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.
HEAD
1 parent 991c7b9 commit 37edddbCopy full SHA for 37edddb
.github/workflows/documentation.yml
@@ -25,7 +25,9 @@ jobs:
25
with:
26
# Checkout the merge commit so that we can access the PR's changes.
27
# This is nessesary because `pull_request_target` checks out the base branch (e.g. `main`) by default.
28
- ref: ${{ github.event.pull_request.merge_commit_sha }}
+ ref: refs/pull/${{ env.GH_PR_NUM }}/head
29
+
30
+ - run: git log --oneline -n 5
31
32
- name: Check out project
33
if: github.event_name != 'pull_request_target'
0 commit comments