mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 16:16:21 +00:00
Use master
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user