Skip to content

Commit

Permalink
show file name only
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmink authored Dec 6, 2023
1 parent f902881 commit c06cb5b
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 @@ -21,4 +21,4 @@ jobs:
npm run generate
- name: Output generate JSON Schema
run: |
find generate/generated -name '*.json' -exec echo '::group::{}' \; -exec cat {} \;
find generate/generated -name '*.json' -exec basename '::group::{}' \; -exec cat {} \;

0 comments on commit c06cb5b

Please sign in to comment.