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 bc46763Copy full SHA for bc46763
.github/workflows/documentation.yml
@@ -25,7 +25,7 @@ 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
- name: Check out project
31
if: github.event_name != 'pull_request_target'
0 commit comments