Skip to content

Commit

Permalink
Fixed output path in join
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier committed Jul 27, 2023
1 parent ef4ca49 commit 5aafaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-sample-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
https://raw.githubusercontent.com/pnp/powerapps-samples/main/.metadata/samples.json
- name: Join samples
run: |
jq -s '[.[][]]' ./main/samples/**/assets/sample.json .metadata/powerapps-samples.json > ./Docs/docs/samples.json
jq -s '[.[][]]' ./main/samples/**/assets/sample.json ./main/.metadata/powerapps-samples.json > ./Docs/docs/samples.json
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
Expand Down

0 comments on commit 5aafaf7

Please sign in to comment.