display stats in CI step (#349)

This commit is contained in:
Andrei Radulescu
2024-09-06 19:48:43 +03:00
committed by GitHub
parent 13cd823813
commit 20f1652918

View File

@@ -67,7 +67,7 @@ jobs:
echo 'stats_summary<<EOF'
scripts/analyze-agnos-rootfs.sh
echo EOF
} >> $GITHUB_OUTPUT
} | tee -a $GITHUB_OUTPUT
- name: Package and OTA push
if: "contains(env.LAST_COMMIT_MESSAGE, '[upload]')"