Skip to content

Commit 9bc9a6a

Browse files
committed
wip
1 parent 4bf2c03 commit 9bc9a6a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/delete-review-app.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ jobs:
151151
const successMessage = [
152152
'✅ Review app for PR #' + prNumber + ' was successfully deleted',
153153
'',
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)'
155157
].join('\n');
156158
157159
const failureMessage = [

.github/workflows/help-command.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
const helpMessage = [
3232
'## 📚 Available Commands',
3333
'',
34-
'### `/deploy`',
34+
'### `/deploy-review-app`',
3535
'Deploys your PR branch to a review environment on Control Plane.',
3636
'- Creates a new review app if one doesn\'t exist',
3737
'- Updates the existing review app if it already exists',
@@ -52,7 +52,7 @@ jobs:
5252
'Deletes the review app associated with this PR.',
5353
'- Removes all resources from Control Plane',
5454
'- 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`',
5656
'',
5757
'**Required Environment Variables:**',
5858
'- `CPLN_TOKEN`: Control Plane authentication token',

0 commit comments

Comments
 (0)