Skip to content

Commit

Permalink
revert github-script change
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuyedavid committed May 14, 2024
1 parent d9f77fe commit efe935c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pull: --rebase --autostash
default_author: github_actions
- name: Fail job if push changes
if: steps.push-changes.outputs.pushed != 'true'
if: steps.push-changes.outputs.pushed == 'true'
uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit efe935c

Please sign in to comment.