Skip to content

Commit 1d6abb8

Browse files
authored
Merge pull request #14 from StrangeBee/fix/ci/misc.sync
fix(ci): misc.sync
2 parents 351d0cc + 9498ff5 commit 1d6abb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/misc.sync.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
git remote add public https:///${{ env.PUBLIC_ORG_NAME }}:${{ secrets.PUBLIC_DOCS_TOKEN }}@github.com/${{ env.PUBLIC_ORG_NAME }}/docs
2424
git remote add origin https:///${{ secrets.PRIVATE_ORG_NAME }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ secrets.PRIVATE_ORG_NAME }}/docs
2525
git fetch --all
26+
2627
git config user.name github-actions[bot]
2728
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2829
git checkout --track origin/main

0 commit comments

Comments
 (0)