From 5e8307558765b7d87982185178937383156dc947 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 12 Feb 2022 18:47:34 -0500 Subject: [PATCH] added echos --- .github/workflows/merge-sample-json.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-sample-json.yml b/.github/workflows/merge-sample-json.yml index a76460254..1f94e5a9c 100644 --- a/.github/workflows/merge-sample-json.yml +++ b/.github/workflows/merge-sample-json.yml @@ -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 \ No newline at end of file