This commit is contained in:
Jonathan Clem
2020-02-27 17:42:22 -05:00
parent ebe3cb13e0
commit 7afad1e364
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