Skip to content

Commit 87b6023

Browse files
committed
Update GitHub Actions
1 parent f027c78 commit 87b6023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wiki.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)