File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ jobs:
5454
5555 - name : Commit update
5656 run : |
57- git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}
57+ # git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}
5858
5959 git config --global user.email "github-actions[bot]@users.noreply.github.com"
6060 git config --global user.name "github-actions[bot]"
6161
6262 cd docs/wiki
63- git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}.wiki.git
63+ # git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}.wiki.git
6464
6565 git add --all
6666 git commit -m "Update submodules" || echo "No changes to commit"
You can’t perform that action at this time.
0 commit comments