Skip to content

Commit 028474e

Browse files
committed
Add logs for github action
1 parent f02a119 commit 028474e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ jobs:
4646
git diff --cached --quiet || git commit -m "Update RSS feed"
4747
git remote set-url origin "https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}"
4848
git remote -v
49-
git push origin HEAD:master
49+
git config user.name
50+
git config user.email
51+
git push "https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}" HEAD:master

0 commit comments

Comments
 (0)