Skip to content

Commit cd107c7

Browse files
authored
Merge pull request #20 from softwareforgood/try-to-set-pr-number
Try to set PR_NUMBER
2 parents e4161ea + 9db0884 commit cd107c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-to-pantheon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ env:
3838
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
3939
GITHUB_OWNER: ${{ github.repository_owner }}
4040
CI_PROJECT_NAME: ${{ github.repository }}
41+
PR_NUMBER: ${{github.event.pull_request.number}}
4142

4243
concurrency:
4344
group: deploy-to-pantheon--${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)