Skip to content

Commit

Permalink
feat(lighthouse): force push lhci badges
Browse files Browse the repository at this point in the history
  • Loading branch information
teomrd committed Nov 13, 2024
1 parent 0dd6359 commit a8275d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Push badges to repo
run: |
git config --global user.name "GitHub Action"
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action - teomrd"
git config --global user.email "mironidis.gr@gmail.com"
git add ./docs/lighthouse
git commit -m "Update Lighthouse badges"
git push
git push --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a8275d7

Please sign in to comment.