Skip to content

Commit f02a119

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,12 @@ jobs:
3838
mkdir -p docs
3939
mv index.xml docs/index.xml
4040
41-
- name: Debug Git remote
42-
run: git remote -v
43-
4441
- name: Commit RSS update
4542
run: |
4643
git config user.name "MisterJack49"
4744
git config user.email "misterjack49@users.noreply.github.com"
4845
git add docs/index.xml
4946
git diff --cached --quiet || git commit -m "Update RSS feed"
5047
git remote set-url origin "https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}"
48+
git remote -v
5149
git push origin HEAD:master

0 commit comments

Comments
 (0)