File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ name: Integration
22
33on :
44 push : {branches: main}
5+ pull_request : {branches: main}
56
67jobs :
78 test-return :
89 runs-on : ubuntu-latest
910 steps :
1011 - id : output-set
11- uses : actions/github-script@main
12+ uses : ./
1213 with :
1314 script : return core.getInput('input-value')
1415 result-encoding : string
2223 runs-on : ubuntu-latest
2324 steps :
2425 - id : output-set
25- uses : actions/github-script@main
26+ uses : ./
2627 with :
2728 script : return require('./package.json').name
2829 result-encoding : string
3637 runs-on : ubuntu-latest
3738 steps :
3839 - id : output-set
39- uses : actions/github-script@main
40+ uses : ./
4041 with :
4142 script : return require('@actions/core/package.json').name
4243 result-encoding : string
You can’t perform that action at this time.
0 commit comments