We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bc924d + 525d8dc commit b45837aCopy full SHA for b45837a
.github/workflows/checks-sealights.yaml
@@ -51,11 +51,15 @@ jobs:
51
echo "Invalid context for this workflow run. Exiting."
52
exit 1
53
54
- - name: Checkout repository
+ - name: Checkout PR Head
55
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56
with:
57
- # Needed in hack/derive-version.sh
58
- fetch-depth: 0
+ ref: ${{ github.event.pull_request.head.sha }}
+ token: ${{ secrets.GITHUB_TOKEN }}
59
+
60
+ - name: Show git sha and commit subject
61
+ run: git log --oneline -n1
62
63
64
- name: Restore Cache
65
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
0 commit comments