We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c773a commit 77a6552Copy full SHA for 77a6552
.github/workflows/loc-badge.yml
@@ -32,8 +32,9 @@ jobs:
32
git config --global user.name "github-actions"
33
git config --global user.email "[email protected]"
34
35
+ git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}
36
+
37
git checkout -B badges
38
git add loc.csv loc-badge.md
- git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}
39
git commit -m "Update LOC badge" || echo "No changes to commit"
- git push --force https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }} badges
40
+ git push --force origin badges
0 commit comments