Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Jan 17, 2025
1 parent c52e073 commit 83880c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b temp-branch
git commit -am "Automatic code formatting"
git push origin temp-branch:${GITHUB_REF#refs/heads/} make format
git push origin temp-branch:${GITHUB_REF#refs/heads/}
exit 1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 83880c7

Please sign in to comment.