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 46b6081 commit 3d6a1d9Copy full SHA for 3d6a1d9
action.yml
@@ -178,7 +178,7 @@ runs:
178
if [ "${{ inputs.cache-instruments }}" = "true" ] && [ -n "${{ inputs.instruments-cache-dir }}" ]; then
179
RUNNER_ARGS="$RUNNER_ARGS --setup-cache-dir=${{ inputs.instruments-cache-dir }}"
180
fi
181
- if [ -n "${{ inputs.allow-empty }}" ]; then
+ if [ "${{ inputs.allow-empty }}" = "true" ]; then
182
RUNNER_ARGS="$RUNNER_ARGS --allow-empty"
183
184
0 commit comments