mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +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:
|
||||
push: {branches: integration-workflow}
|
||||
push: {branches: master}
|
||||
|
||||
jobs:
|
||||
integration:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: output-set
|
||||
uses: actions/github-script@integration-workflow
|
||||
uses: actions/github-script@master
|
||||
with:
|
||||
script: return 'test'
|
||||
result-encoding: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue