We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ede589 commit 19e7914Copy full SHA for 19e7914
.github/workflows/integration.yml
@@ -2,13 +2,14 @@ name: Integration
2
3
on:
4
push: {branches: main}
5
+ pull_request: {branches: main}
6
7
jobs:
8
test-return:
9
runs-on: ubuntu-latest
10
steps:
11
- id: output-set
- uses: actions/github-script@main
12
+ uses: ./
13
with:
14
script: return core.getInput('input-value')
15
result-encoding: string
@@ -22,7 +23,7 @@ jobs:
22
23
24
25
26
27
28
script: return require('./package.json').name
29
@@ -36,7 +37,7 @@ jobs:
36
37
38
39
40
41
42
script: return require('@actions/core/package.json').name
43
0 commit comments