Skip to content

Commit

Permalink
group with BASENAME
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmink authored Dec 6, 2023
1 parent c06cb5b commit 2b85cf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
npm run generate
- name: Output generate JSON Schema
run: |
find generate/generated -name '*.json' -exec basename '::group::{}' \; -exec cat {} \;
find generate/generated -name '*.json' -exec bash -c 'echo "::group::$(basename {})"' \; -exec cat {} \;

0 comments on commit 2b85cf8

Please sign in to comment.