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 02b01d1 commit 03f78dbCopy full SHA for 03f78db
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
if: github.event_name == 'push' || github.event_name == 'pull_request'
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
- name: Run action (no inputs expected)
26
uses: ./
27
id: print_inputs
@@ -41,7 +41,7 @@ jobs:
41
42
if: github.event_name == 'workflow_dispatch'
43
44
45
- name: Run action (inputs expected)
46
47
@@ -63,7 +63,7 @@ jobs:
63
test-env-vars:
64
65
66
67
- name: Run action (with env vars)
68
69
id: print_inputs_and_env
0 commit comments