Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 197dd18

Browse files
committed
Update gh-pages comment text
1 parent e357737 commit 197dd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
with:
8282
token: ${{ github.token }}
8383
issue-number: ${{ steps.get-pr-number.outputs.pr_number }}
84-
body: 'Preview the changes for PR #${{ steps.get-pr-number.outputs.pr_number }} at https://gh.cp-algorithms.com/${{ steps.get-pr-number.outputs.pr_number }}/ (current version: ${{ github.event.workflow_run.head_sha }}).'
84+
body: 'Preview the changes for PR #${{ steps.get-pr-number.outputs.pr_number }} (for commit ${{ github.event.workflow_run.head_sha }}) at https://gh.cp-algorithms.com/${{ steps.get-pr-number.outputs.pr_number }}/.'
8585
body-includes: 'Preview the changes for PR'
8686
mode: replace

0 commit comments

Comments
 (0)