mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
fix report
This commit is contained in:
parent
3465cac9f0
commit
a70892c110
1 changed files with 1 additions and 3 deletions
4
.github/workflows/cache-report.yml
vendored
4
.github/workflows/cache-report.yml
vendored
|
|
@ -28,6 +28,4 @@ jobs:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
./.ci/gh_buildkit_cache_usage.sh | tee report.txt
|
./.ci/gh_buildkit_cache_usage.sh | tee report.txt
|
||||||
echo "summary<<EOF" >> "$GITHUB_STEP_SUMMARY"
|
{ echo '```'; cat report.txt; echo '```'; } >> "$GITHUB_STEP_SUMMARY"
|
||||||
cat report.txt >> "$GITHUB_STEP_SUMMARY"
|
|
||||||
echo "EOF" >> "$GITHUB_STEP_SUMMARY"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue