Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier authored Aug 5, 2023
1 parent 6a8bb50 commit 34d509b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-json-samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main branch
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Join samples
run: |
jq -s '[.[][]]' samples/**/assets/sample.json > .metadata/samples.json
- name: Commit samples.json to main
uses: EndBug/add-and-commit@v6
uses: EndBug/add-and-commit@v9
with:
add: '.metadata/samples.json --force'
push: true
Expand Down

0 comments on commit 34d509b

Please sign in to comment.