mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 16:16:21 +00:00
Add core
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user