File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 if : |
2525 github.event_name == 'pull_request' ||
2626 (github.event_name == 'issue_comment' &&
27- (github.event.comment.body == '/deploy-review-app ' ||
27+ (github.event.comment.body == '/deploy-review-pp ' ||
2828 github.event.comment.body == '/delete-review-app') &&
2929 github.event.issue.pull_request)
3030 runs-on : ubuntu-latest
@@ -211,13 +211,13 @@ jobs:
211211
212212 // Update the initial comment
213213 const successMessage = [
214- '✅ Deployment successful for PR #' + prNumber,
214+ '✅ Deployment successful for PR #' + prNumber + ', commit ' + '${{ env.COMMIT_HASH }}' ,
215215 '',
216- '🚀 [Deployed Review App ](' + railsUrl + ')',
216+ '🚀 Rails App: [' + railsUrl + ' ](' + railsUrl + ')',
217217 '',
218218 '⚡ [Control Plane Console](https://console.cpln.io/console/org/' + process.env.CPLN_ORG + '/gvc/' + process.env.APP_NAME + '/workload)',
219219 '',
220- '[View Workflow Status ](' + workflowUrl + ')'
220+ '[View Completed Action Build and Deploy Logs ](' + workflowUrl + ')'
221221 ].join('\n');
222222
223223 const failureMessage = [
You can’t perform that action at this time.
0 commit comments