Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Try adding an additional git pull to CI
  • Loading branch information
eszmw committed Dec 22, 2023
1 parent 4677b49 commit 9837f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: |
git config user.name "${{ github.workflow }} by ${{ github.actor }}"
git config user.email "<>"
git pull
git commit Images/TestedWith.json -m "Update CI badges ${{ github.ref_name }}"
git fetch
git push

0 comments on commit 9837f25

Please sign in to comment.