Skip to content

Commit

Permalink
this should work
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Feb 19, 2024
1 parent 008e784 commit cf7cbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: check
gofmt:
needs: check-if-code-change
if: ${{ needs.check-if-code-change.outputs.change == 'true' }}
if: ${{ needs.check-if-code-change.outputs.change == true }}
name: gofmt
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit cf7cbbe

Please sign in to comment.