Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Aug 14, 2023
1 parent 4859923 commit 9558cfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/format-and-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
# actions/checkout fetches only a single commit in a detached HEAD state. Therefore
# we need to pass the current branch, otherwise we can't commit the changes.
# GITHUB_HEAD_REF is the name of the head branch. GitHub Actions only sets this for PRs.
- run: scripts/commit-formatted-code.sh $GITHUB_HEAD_REF
# if: env.GITHUB_HEAD_REF != null
- run: ./scripts/commit-formatted-code.sh $GITHUB_HEAD_REF

0 comments on commit 9558cfb

Please sign in to comment.