Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sargon64 committed Apr 21, 2024
1 parent ea8677d commit 91a8581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
if [ `git status --porcelain` ]; then git add && git commit && git push; fi
if [ `git status --porcelain` ]; then git commit -am "refactor: rustfmt [skip ci]" && git push; fi
- name: Set up cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit 91a8581

Please sign in to comment.