github workflow: fix indent for multiline run

This commit is contained in:
Mario Fink 2021-09-21 17:01:01 +02:00
parent a3f5042c64
commit c9837f5e68

View File

@ -13,9 +13,9 @@ jobs:
steps: steps:
- name: Prepare files - name: Prepare files
run: | run: |
cat ../README.md | grep '^# IMCtermite' -A 50000 > ./README.md cat ../README.md | grep '^# IMCtermite' -A 50000 > ./README.md
cp -r ../lib ./ cp -r ../lib ./
cp -v ../LICENSE ./ cp -v ../LICENSE ./
working-directory: python/ working-directory: python/
build_wheels: build_wheels: