mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-21 17:55:21 -05:00
fix report
This commit is contained in:
parent
3465cac9f0
commit
a70892c110
4
.github/workflows/cache-report.yml
vendored
4
.github/workflows/cache-report.yml
vendored
|
|
@ -28,6 +28,4 @@ jobs:
|
|||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
./.ci/gh_buildkit_cache_usage.sh | tee report.txt
|
||||
echo "summary<<EOF" >> "$GITHUB_STEP_SUMMARY"
|
||||
cat report.txt >> "$GITHUB_STEP_SUMMARY"
|
||||
echo "EOF" >> "$GITHUB_STEP_SUMMARY"
|
||||
{ echo '```'; cat report.txt; echo '```'; } >> "$GITHUB_STEP_SUMMARY"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user