We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73e75d commit ec171b8Copy full SHA for ec171b8
1 file changed
.github/workflows/integration.yml
@@ -1,12 +1,12 @@
1
on:
2
- push: {branches: integration-workflow}
+ push: {branches: master}
3
4
jobs:
5
integration:
6
runs-on: ubuntu-latest
7
steps:
8
- id: output-set
9
- uses: actions/github-script@integration-workflow
+ uses: actions/github-script@master
10
with:
11
script: return 'test'
12
result-encoding: string
0 commit comments