Skip to content

Commit

Permalink
fix ) position
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 21, 2021
1 parent 3e1ef20 commit 76e1f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- if: ${{ steps.run.outputs.result != 'created' }}
run: 'echo "result output is \"${{ steps.run.outputs.result }}\" but expected \"created\"" && exit 1'
- if: ${{ !(steps.run.outputs.pull-request-number) > 0 }}
- if: ${{ !(steps.run.outputs.pull-request-number > 0) }}
run: 'echo "pull-request-number output is \"${{ steps.run.outputs.pull-request-number }}\" but expected a number" && exit 1'

multipleCommits:
Expand Down

0 comments on commit 76e1f64

Please sign in to comment.