Fix missing shell
This commit is contained in:
parent
156fa38e55
commit
9b8465ff58
1
.github/actions/ensure-image/action.yml
vendored
1
.github/actions/ensure-image/action.yml
vendored
@ -30,6 +30,7 @@ runs:
|
||||
steps:
|
||||
- id: ensure-image
|
||||
run: ./scripts/ensure-image.sh
|
||||
shell: bash
|
||||
env:
|
||||
OS_CLIENT_CONFIG_FILE: ${{ inputs.os-client-config-file }}
|
||||
OS_CLOUD: ${{ inputs.os-cloud }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user