diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d71495fa..c5407232 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: