You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "$NEW_COUNT newly eligible packages since the previous plan."
128
+
echo "$NEW_COUNT files newly eligible since the previous plan."
125
129
echo "Committed as [\`$COMMIT\`](https://github.com/TykTechnologies/artifact-retention-plans/commit/$COMMIT)."
126
130
echo ""
127
131
echo "Nothing was deleted by this workflow."
@@ -141,7 +145,7 @@ jobs:
141
145
"type": "section",
142
146
"text": {
143
147
"type": "mrkdwn",
144
-
"text": "*Artifact retention plan published* — @support-team\n${{ steps.diff.outputs.new_count }} packages are newly eligible for pruning (${{ steps.diff.outputs.total_pruned }} total eligible, ${{ steps.diff.outputs.total_gib }} GiB). Nothing will be deleted before *${{ steps.diff.outputs.not_before }}*.\n<https://github.com/TykTechnologies/artifact-retention-plans/commit/${{ steps.commit.outputs.sha }}|Review the committed plan>"
148
+
"text": "*Artifact retention plan published* — @support-team\n${{ steps.diff.outputs.new_count }} files are newly eligible for pruning since the last plan. In total ${{ steps.diff.outputs.total_files }} files are eligible, which appear as ${{ steps.diff.outputs.total_pruned }} package listings on Packagecloud (one per distro version, ${{ steps.diff.outputs.total_gib }} GiB). Nothing will be deleted before *${{ steps.diff.outputs.not_before }}*.\n<https://github.com/TykTechnologies/artifact-retention-plans/commit/${{ steps.commit.outputs.sha }}|Review the committed plan>"
0 commit comments