mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Add core
This commit is contained in:
parent
ebe3cb13e0
commit
7afad1e364
3 changed files with 2 additions and 3 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue