We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bcc7bd + 8ef74d5 commit 0a85601Copy full SHA for 0a85601
.github/workflows/build.yaml
@@ -6,6 +6,8 @@ jobs:
6
steps:
7
- name: Checkout
8
uses: actions/checkout@v3
9
+ with:
10
+ ref: ${{ github.event.pull_request.head.sha }}
11
- name: Install Go
12
uses: actions/setup-go@v3
13
with:
0 commit comments