Skip to content

Commit

Permalink
God damnit
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 24, 2024
1 parent e468d6e commit 21264b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/restyled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
reviewers: ${{ steps.restyler.outputs.restyled-reviewers }}
team-reviewers: ${{ steps.restyler.outputs.restyled-team-reviewers }}
delete-branch: true
- if: ${{ steps.restyler.differences == 'true' }}
- if: ${{ steps.restyler.outputs.differences == 'true' }}
name: Print Restyled differences
run: |
echo "Restyled found differences:"
Expand Down

0 comments on commit 21264b5

Please sign in to comment.