We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db5a5e commit 2b6b634Copy full SHA for 2b6b634
.github/workflows/build-pr-cmk.yml
@@ -36,10 +36,10 @@ jobs:
36
outcome: ${{ steps.meta.outputs.outcome }}
37
artifact_url: ${{ steps.meta.outputs.artifact_url }}
38
steps:
39
- - name: Checkout PR HEAD
+ - name: Checkout PR base branch
40
uses: actions/checkout@v4
41
with:
42
- ref: ${{ github.event.pull_request.head.sha }}
+ ref: ${{ github.event.pull_request.base.sha }}
43
persist-credentials: false
44
45
- name: Set up Go
0 commit comments