Skip to content

Commit 2bbb2bf

Browse files
committed
Add logs for github action
1 parent 4c48fb7 commit 2bbb2bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
git config user.email "misterjack49@users.noreply.github.com"
4848
git add docs/index.xml
4949
git diff --cached --quiet || git commit -m "Update RSS feed"
50-
git push "https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}.git" HEAD:master
51-
50+
git remote set-url origin "https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}"
51+
git push origin HEAD:master

0 commit comments

Comments
 (0)