markdown option

This commit is contained in:
Bruno Alexandre Rosa 2026-03-14 18:52:14 -03:00
parent a70892c110
commit 4d1a7698aa
2 changed files with 54 additions and 21 deletions

View file

@ -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"