We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8a13c commit 6f03b82Copy full SHA for 6f03b82
.github/workflows/ci.yaml
@@ -53,6 +53,8 @@ jobs:
53
steps:
54
- name: Checkout
55
uses: actions/checkout@v3
56
+ with:
57
+ ref: ${{ github.event.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
58
59
- name: Echo Go Cache Paths
60
id: go-cache-paths
0 commit comments