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
2
2
3
3
on :
4
4
push : {branches: main}
5
+ pull_request : {branches: main}
5
6
6
7
jobs :
7
8
test-return :
8
9
runs-on : ubuntu-latest
9
10
steps :
10
11
- id : output-set
11
- uses : actions/github-script@main
12
+ uses : ./
12
13
with :
13
14
script : return core.getInput('input-value')
14
15
result-encoding : string
22
23
runs-on : ubuntu-latest
23
24
steps :
24
25
- id : output-set
25
- uses : actions/github-script@main
26
+ uses : ./
26
27
with :
27
28
script : return require('./package.json').name
28
29
result-encoding : string
36
37
runs-on : ubuntu-latest
37
38
steps :
38
39
- id : output-set
39
- uses : actions/github-script@main
40
+ uses : ./
40
41
with :
41
42
script : return require('@actions/core/package.json').name
42
43
result-encoding : string
You can’t perform that action at this time.
0 commit comments