8000 Update integration.yml to pull from add-core branch · actions/github-script@69b3669 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69b3669

Browse files
committed
Update integration.yml to pull from add-core branch
1 parent 8982156 commit 69b3669

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/integration.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
on:
2-
push: {branches: master}
2+
push: {branches: add-core}
33

44
jobs:
55
integration:
66
runs-on: ubuntu-latest
77
steps:
88
- id: output-set
9-
uses: actions/github-script@master
9+
uses: actions/github-script@add-core
1010
with:
11-
script: return 'test'
11+
script: return core.getInput('input-value')
1212
result-encoding: string
13+
input-value: test
1314
- run: |
1415
if [[ "${{steps.output-set.outputs.result}}" != "test" ]]; then
1516
exit 1

0 commit comments

Comments
 (0)
0