Skip to content

Commit 77a6552

Browse files
🥀💔
1 parent f6c773a commit 77a6552

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/loc-badge.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
git config --global user.name "github-actions"
3333
git config --global user.email "[email protected]"
3434
35+
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}
36+
3537
git checkout -B badges
3638
git add loc.csv loc-badge.md
37-
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}
3839
git commit -m "Update LOC badge" || echo "No changes to commit"
39-
git push --force https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }} badges
40+
git push --force origin badges

0 commit comments

Comments
 (0)