This commit is contained in:
Jonathan Clem 2020-02-27 17:42:22 -05:00
parent ebe3cb13e0
commit 7afad1e364
No known key found for this signature in database
GPG key ID: B3662C4A8F843179
3 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,6 @@ jobs:
uses: actions/github-script@master
with:
script: |
const core = require('@actions/core')
core.setOutput('result', 'test')
- run: |
if [[ "${{steps.output-set.outputs.result}}" != "test" ]]; then