Skip to content

Commit

Permalink
Fixed path to download
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier authored Jul 27, 2023
1 parent 5319262 commit 67e4224
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 @@ -34,7 +34,7 @@ jobs:
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3.raw" \
-o .metadata/powerapps-samples.json \
https://raw.githubusercontent.com/pnp/powerapps-samples/main/main/.metadata/samples.json
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
Expand Down

0 comments on commit 67e4224

Please sign in to comment.