Skip to content

Commit

Permalink
Update .github/workflows/generate.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Hvam <[email protected]>
  • Loading branch information
albertmink and larshp authored Dec 6, 2023
1 parent 2b85cf8 commit 104e895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
cd generate
npm run generate
- name: Output generate JSON Schema
- name: Output generated JSON Schema
run: |
find generate/generated -name '*.json' -exec bash -c 'echo "::group::$(basename {})"' \; -exec cat {} \;

0 comments on commit 104e895

Please sign in to comment.