Fixed incorrect shell causing a broken substitution
Container image / image (push) Failing after 9m41s
Container image / image (push) Failing after 9m41s
This commit is contained in:
@@ -30,6 +30,12 @@ jobs:
|
|||||||
# produces a duplicate-mount error from the daemon.
|
# produces a duplicate-mount error from the daemon.
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
|
# aether-runner defaults `run:` blocks to POSIX `sh`, which
|
||||||
|
# chokes on bash-isms like ${var,,} (lowercase) and ${var:0:7}
|
||||||
|
# (substring). Pin bash for the whole job.
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user