Skip to content

Commit

Permalink
Updated the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Aug 12, 2022
1 parent ba57388 commit c1b0e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -758,7 +758,7 @@ jobs:
with:
since_last_remote_commit: 'true'
- name: Output "github" object if the previous step fails
if: steps.changed-files-since-last-remote-commit.outcome -= 'failure'
if: steps.changed-files-since-last-remote-commit.outcome == 'failure'
run: |
echo '${{ toJSON(github) }}'
shell:
Expand Down

0 comments on commit c1b0e44

Please sign in to comment.