We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fab59a commit c0659d3Copy full SHA for c0659d3
.github/workflows/ci.yaml
@@ -54,7 +54,7 @@ jobs:
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 }}
+ ref: ${{ github.event.pull_request.head.sha }}
58
59
- name: Echo Go Cache Paths
60
id: go-cache-paths
0 commit comments