mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
markdown option
This commit is contained in:
parent
a70892c110
commit
4d1a7698aa
2 changed files with 54 additions and 21 deletions
4
.github/workflows/cache-report.yml
vendored
4
.github/workflows/cache-report.yml
vendored
|
|
@ -27,5 +27,5 @@ jobs:
|
|||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
./.ci/gh_buildkit_cache_usage.sh | tee report.txt
|
||||
{ echo '```'; cat report.txt; echo '```'; } >> "$GITHUB_STEP_SUMMARY"
|
||||
./.ci/gh_buildkit_cache_usage.sh --markdown | tee report.txt
|
||||
cat report.txt >> "$GITHUB_STEP_SUMMARY"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue