chore(ci): minor change

This commit is contained in:
Tieu Long
2026-03-02 14:30:50 +07:00
parent 48d62e2b3f
commit bac3fc9b28
2 changed files with 7 additions and 0 deletions
@@ -23,6 +23,9 @@ jobs:
exit 0
fi
# Most users arrive directly at the Actions tab without reading the README
# This ensures they have visited the README and helps with discoverability
# Also, make sure they check out the prebuilt image in the Recent Forks list
FOUND=false
PAGE=1
while [ $PAGE -le 50 ]; do
@@ -70,6 +73,7 @@ jobs:
with:
path: ${{ steps.create_image.outputs.image_name }}
compression-level: 0
retention-days: 15
archive: false
- name: Summary
+3
View File
@@ -39,6 +39,9 @@ jobs:
exit 0
fi
# Most users arrive directly at the Actions tab without reading the README
# This ensures they have visited the README and helps with discoverability
# Also, make sure they check out the prebuilt image in the Recent Forks list
FOUND=false
PAGE=1
while [ $PAGE -le 50 ]; do