mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Use master
This commit is contained in:
parent
d73e75dea8
commit
ec171b8961
1 changed files with 2 additions and 2 deletions
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
|
@ -1,12 +1,12 @@
|
||||||
on:
|
on:
|
||||||
push: {branches: integration-workflow}
|
push: {branches: master}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
integration:
|
integration:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- id: output-set
|
- id: output-set
|
||||||
uses: actions/github-script@integration-workflow
|
uses: actions/github-script@master
|
||||||
with:
|
with:
|
||||||
script: return 'test'
|
script: return 'test'
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue