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 9972f4a commit cb68bfcCopy full SHA for cb68bfc
.github/workflows/conditions_test.yml
@@ -19,7 +19,7 @@ jobs:
19
if: env.CLEANUP
20
env:
21
TEST: ${{ env.CLEANUP }}
22
- TEST2: ${{ ${{ github.event.inputs.cleanup}}
+ TEST2: ${{ github.event.inputs.cleanup}}
23
run: |
24
echo A
25
echo "$TEST"
0 commit comments