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.
2 parents 351d0cc + 9498ff5 commit 1d6abb8Copy full SHA for 1d6abb8
.github/workflows/misc.sync.yaml
@@ -23,6 +23,7 @@ jobs:
23
git remote add public https:///${{ env.PUBLIC_ORG_NAME }}:${{ secrets.PUBLIC_DOCS_TOKEN }}@github.com/${{ env.PUBLIC_ORG_NAME }}/docs
24
git remote add origin https:///${{ secrets.PRIVATE_ORG_NAME }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ secrets.PRIVATE_ORG_NAME }}/docs
25
git fetch --all
26
+
27
git config user.name github-actions[bot]
28
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
29
git checkout --track origin/main
0 commit comments