8000 Use master · ActionsDesk/github-script@ec171b8 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit ec171b8

Browse files
committed
Use master
1 parent d73e75d commit ec171b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
on:
2-
push: {branches: integration-workflow}
2+
push: {branches: master}
33

44
jobs:
55
integration:
66
runs-on: ubuntu-latest
77
steps:
88
- id: output-set
9-
uses: actions/github-script@integration-workflow
9+
uses: actions/github-script@master
1010
with:
1111
script: return 'test'
1212
result-encoding: string

0 commit comments

Comments
 (0)
0