Skip to content

Commit cb68bfc

Browse files
Update conditions_test.yml
1 parent 9972f4a commit cb68bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conditions_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: env.CLEANUP
2020
env:
2121
TEST: ${{ env.CLEANUP }}
22-
TEST2: ${{ ${{ github.event.inputs.cleanup}}
22+
TEST2: ${{ github.event.inputs.cleanup}}
2323
run: |
2424
echo A
2525
echo "$TEST"

0 commit comments

Comments
 (0)