Skip to content

Commit 6e75651

Browse files
authored
Fix script following checkout v6 bump (#11497)
* Fix script following checkout v6 bump * Fix script following checkout v6 bump
1 parent 5bc601c commit 6e75651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0 # Fetch all history including tags
22+
persist-credentials: false # Avoid credential conflicts with create-pull-request
2223

2324
- name: Add upstream remote and fetch tags
2425
run: |

0 commit comments

Comments
 (0)