We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1569d22 commit affa000Copy full SHA for affa000
.github/workflows/deploy-prod.yml
@@ -70,4 +70,4 @@ jobs:
70
user_email: github-actions[bot]@users.noreply.github.com
71
publish_dir: public/${{ steps.get-pr-number.outputs.pr_number }}
72
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 }})'
+ 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