mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-02 09:49:11 +00:00
added echos
This commit is contained in:
parent
88eb16ac08
commit
5e83075587
6
.github/workflows/merge-sample-json.yml
vendored
6
.github/workflows/merge-sample-json.yml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user