Skip to content

Commit 8a73a00

Browse files
authored
use SHA as reference instead of branch.
1 parent 0b429fb commit 8a73a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/request-cli-integ-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
# Needs to run with PROJEN_GITHUB_TOKEN because we need permissions to force push the branch
4040
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
41-
ref: ${{ github.event.pull_request.head.ref }}
41+
ref: ${{ github.event.pull_request.head.sha }}
4242
repository: ${{ github.event.pull_request.head.repo.full_name }}
4343
- name: Submit to test-pipeline
4444
run: |

0 commit comments

Comments
 (0)