We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ae5ab commit 1663577Copy full SHA for 1663577
.github/workflows/pr_integration_tests.yml
@@ -20,7 +20,7 @@ jobs:
20
# pull_request_target runs the workflow in the context of the base repo
21
# as such actions/checkout needs to be explicit configured to retrieve
22
# code from the PR.
23
- ref: pull/${{ github.event.pull_request.number }}/merge
+ ref: refs/pull/${{ github.event.pull_request.number }}/merge
24
submodules: recursive
25
- name: Set up Cloud SDK
26
uses: google-github-actions/setup-gcloud@master
0 commit comments