Skip to content

Commit 5112a35

Browse files
Update conditions_test.yml
1 parent d3e3af4 commit 5112a35

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/conditions_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
steps:
1818
- name: test
1919
if: env.CLEANUP
20+
env:
21+
TEST: ${{ env.CLEANUP }}
22+
TEST2: ${{ ${{ github.event.inputs.cleanup}} }}
2023
run: |
2124
echo A
22-
echo "$github.event.inputs"
25+
echo "$TEST"
26+
echo "$TEST2"

0 commit comments

Comments
 (0)