We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a9074 commit 191e0e5Copy full SHA for 191e0e5
.github/actions/action.yml
@@ -19,6 +19,7 @@ runs:
19
shell: bash
20
- id: set-variable
21
run: test1=1 && echo test1 is $test1
22
+ shell: bash
23
- id: get-variable
24
run: echo test111 is $test1
25
0 commit comments