Skip to content

Commit a96cf8a

Browse files
committed
Make it possible to use extended globbing
1 parent 76cf015 commit a96cf8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ runs:
5757
MECHA_MINECRAFT: ${{ inputs.minecraft }}
5858
MECHA_LOG: ${{ inputs.log }}
5959
run: |
60+
shopt -s extglob
6061
source ~/.mecha_venv/bin/activate
6162
mecha $MECHA_SOURCE --minecraft "$MECHA_MINECRAFT" --log "$MECHA_LOG"
6263
shell: bash

0 commit comments

Comments
 (0)