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.
2 parents 5318d14 + 1c89119 commit ef8a7deCopy full SHA for ef8a7de
1 file changed
.github/workflows/deploy-preview.yml
@@ -81,7 +81,7 @@ jobs:
81
github-token: ${{ secrets.GITHUB_TOKEN }}
82
deploy-message:
83
'Deploy from GHA: ${{ github.event.pull_request.title || github.event.head_commit.message }} (${{ github.sha }})'
84
- alias: deploy-preview-${{ github.event.number }}
+ alias: deploy-preview-${{ github.event.pull_request.number || github.event.issue.number }}
85
# these all default to 'true'
86
enable-pull-request-comment: true
87
enable-commit-comment: false
0 commit comments