Skip to content

Commit 1663577

Browse files
authored
Update pr_integration_tests.yml
1 parent 09ae5ab commit 1663577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# pull_request_target runs the workflow in the context of the base repo
2121
# as such actions/checkout needs to be explicit configured to retrieve
2222
# code from the PR.
23-
ref: pull/${{ github.event.pull_request.number }}/merge
23+
ref: refs/pull/${{ github.event.pull_request.number }}/merge
2424
submodules: recursive
2525
- name: Set up Cloud SDK
2626
uses: google-github-actions/setup-gcloud@master

0 commit comments

Comments
 (0)