workflows: fix syntax

master
Jonathan Chang 2020-05-02 23:17:24 +10:00
parent 4ef1abba43
commit dfeab962a4
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ jobs:
done
exit 1
- name: Post comment on failure
if: !success()
if: ${{!success()}}
uses: actions/github-script@0.9.0
with:
github-token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}