Skip to content

Commit affa000

Browse files
committed
Include preview link in commit message
1 parent 1569d22 commit affa000

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
@@ -70,4 +70,4 @@ jobs:
7070
user_email: github-actions[bot]@users.noreply.github.com
7171
publish_dir: public/${{ steps.get-pr-number.outputs.pr_number }}
7272
destination_dir: ${{ steps.get-pr-number.outputs.pr_number }}
73-
full_commit_message: 'Preview for the PR #${{ steps.get-pr-number.outputs.pr_number }} (commit ${{ github.event.workflow_run.head_sha }})'
73+
full_commit_message: 'Preview for the PR #${{ steps.get-pr-number.outputs.pr_number }} (commit ${{ github.event.workflow_run.head_sha }}) at https://gh.cp-algorithms.com/${{ github.event.workflow_run.head_sha }}/'

0 commit comments

Comments
 (0)