mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
fix formatting for license check summary
This commit is contained in:
parent
c2b32c8a35
commit
af8ccf0dff
1 changed files with 3 additions and 4 deletions
7
.github/workflows/open-source-summary.yaml
vendored
7
.github/workflows/open-source-summary.yaml
vendored
|
|
@ -20,7 +20,6 @@ jobs:
|
|||
|
||||
- name: generate license summary
|
||||
run: |
|
||||
npx license-checker --list > LICENSE_SUMMARY.txt
|
||||
|
||||
- name: upload summary to action
|
||||
run: cat LICENSE_SUMMARY.txt >> $GITHUB_STEP_SUMMARY
|
||||
LICENSE_SUMMARY=$(npx license-checker --summary)
|
||||
LICENSE_LIST=$(npx license-checker --list)
|
||||
echo "\`\`\`\n$LICENSE_SUMMARY\n\n$LICENSE_LIST\n\`\`\`" >> $GITHUB_STEP_SUMMARY
|
||||
|
|
|
|||
Loading…
Reference in a new issue