Skip to content

Commit 335d336

Browse files
committed
Add logs for github action
1 parent 19dcce6 commit 335d336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
git config user.email 'github-actions[bot]@users.noreply.github.com'
3838
git add docs/index.xml
3939
git diff --cached --quiet || git commit -m "Update RSS feed"
40-
git push https://x-access-token:${{GH_PAT}}@github.com/${{ github.repository }}.git HEAD:master
40+
git push https://x-access-token:${GH_PAT}@github.com/${{ github.repository }}.git HEAD:master

0 commit comments

Comments
 (0)