added echos

This commit is contained in:
Hugo Bernier 2022-02-12 18:47:34 -05:00 committed by GitHub
parent 88eb16ac08
commit 5e83075587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -44,8 +44,10 @@ jobs:
- uses: actions/checkout@v2
- name: Combine json files
run: |
echo "Merging samples"
echo '::echo::on'
echo '::set-output name=action_echo::enabled'
jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json
echo '::echo::off'
echo "Merged samples"
cat test-samples.json | xargs echo -e
echo "Done"
shell: bash