Skip to content

Commit 41397c1

Browse files
committed
Updated the checkout to use branch instead of commit
1 parent 87a5223 commit 41397c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
with:
25+
ref: ${{ github.event.pull_request.head.ref }}
26+
repository: ${{ github.event.pull_request.head.repo.full_name }}
27+
fetch-depth: 0
2428

2529
- name: Set up Python
2630
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)