Skip to content

Commit 4555140

Browse files
committed
bugfix
1 parent dcf829d commit 4555140

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ runs:
8181
using: "composite"
8282
steps:
8383
- run: |
84-
ls -l
85-
cp matchers/*.json /
84+
ls -l
85+
cp matchers/*.json /
86+
shell: bash
8687
- run: |
8788
$CONDA/bin/conda --version
8889
$CONDA/bin/conda install python=${{ inputs.conda-python-version }}

0 commit comments

Comments
 (0)