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 e689d66 commit d9d6c56Copy full SHA for d9d6c56
gh-actions/gcs/fuse/action.yml
@@ -175,7 +175,7 @@ runs:
175
name: Mount GCS bucket
176
id: mount
177
env:
178
- AS_ROOT: ${{ inputs.mount-as-root && 'sudo' || '' }}
+ AS_ROOT: ${{ inputs.mount-as-root != 'false' && 'sudo' || '' }}
179
FLAG_ANON: ${{ inputs.key == '' && '--anonymous-access' || '' }}
180
FLAG_CACHE_DIR: ${{ inputs.cache-dir && format('--cache-dir={0}', inputs.cache-dir) || '' }}
181
FLAG_DEBUG: ${{ inputs.debug == 'true' && '--debug_gcs' || '' }}
0 commit comments