Skip to content

Commit

Permalink
Fixing PR checkout in build docs job (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce authored May 20, 2024
1 parent 4317f54 commit 787814f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.event.pull_request.head.sha }}
if: github.event_name == 'pull_request_target'

- name: Generate Cache Key
Expand Down

0 comments on commit 787814f

Please sign in to comment.