We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbb2bf commit f02a119Copy full SHA for f02a119
1 file changed
.github/workflows/update.yml
@@ -38,14 +38,12 @@ jobs:
38
mkdir -p docs
39
mv index.xml docs/index.xml
40
41
- - name: Debug Git remote
42
- run: git remote -v
43
-
44
- name: Commit RSS update
45
run: |
46
git config user.name "MisterJack49"
47
git config user.email "misterjack49@users.noreply.github.com"
48
git add docs/index.xml
49
git diff --cached --quiet || git commit -m "Update RSS feed"
50
git remote set-url origin "https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}"
+ git remote -v
51
git push origin HEAD:master
0 commit comments