File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,9 @@ jobs:
151
151
const successMessage = [
152
152
'✅ Review app for PR #' + prNumber + ' was successfully deleted',
153
153
'',
154
- ' [View Completed Delete Logs](' + process.env.WORKFLOW_URL + ')'
154
+ ' [View Completed Delete Logs](' + process.env.WORKFLOW_URL + ')',
155
+ '',
156
+ ' [Control Plane Organization](https://console.cpln.io/console/org/' + process.env.CPLN_ORG + '/-info)'
155
157
].join('\n');
156
158
157
159
const failureMessage = [
Original file line number Diff line number Diff line change 31
31
const helpMessage = [
32
32
'## 📚 Available Commands',
33
33
'',
34
- '### `/deploy`',
34
+ '### `/deploy-review-app `',
35
35
'Deploys your PR branch to a review environment on Control Plane.',
36
36
'- Creates a new review app if one doesn\'t exist',
37
37
'- Updates the existing review app if it already exists',
52
52
'Deletes the review app associated with this PR.',
53
53
'- Removes all resources from Control Plane',
54
54
'- Helpful for cleaning up when you\'re done testing',
55
- '- Can be re-deployed later using `/deploy`',
55
+ '- Can be re-deployed later using `/deploy-review-app `',
56
56
'',
57
57
'**Required Environment Variables:**',
58
58
'- `CPLN_TOKEN`: Control Plane authentication token',
You can’t perform that action at this time.
0 commit comments