We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4161ea + 9db0884 commit cd107c7Copy full SHA for cd107c7
1 file changed
.github/workflows/deploy-to-pantheon.yml
@@ -38,6 +38,7 @@ env:
38
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
39
GITHUB_OWNER: ${{ github.repository_owner }}
40
CI_PROJECT_NAME: ${{ github.repository }}
41
+ PR_NUMBER: ${{github.event.pull_request.number}}
42
43
concurrency:
44
group: deploy-to-pantheon--${{ github.head_ref || github.ref_name }}
0 commit comments