8000
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 affa000 commit 05b3d18Copy full SHA for 05b3d18
.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 }}) at https://gh.cp-algorithms.com/${{ github.event.workflow_run.head_sha }}/'
+ full_commit_message: 'Preview for #${{ steps.get-pr-number.outputs.pr_number }} (${{ github.event.workflow_run.head_sha }}) at https://gh.cp-algorithms.com/${{ steps.get-pr-number.outputs.pr_number }}/'
0 commit comments