mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 08:06:23 +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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user