docs(release-cleanup): 修正 ci.yaml 過時用途註解並更新 entrypoint.sh 產生時間戳
CI / Release Tag Version (pull_request) Successful in 29s
CI / Release Cleanup (pull_request) Successful in 3s

- ci.yaml:開頭用途註解改為描述實際的 release-tag-version(beta) + release-cleanup 自我清理管線(邏輯不變)
- entrypoint.sh:更新產生時間戳為 2026/06/30 18:19:59

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jeffery
2026-06-30 18:29:03 +08:00
co-authored by Claude Opus 4.8
parent a9b9f95a72
commit 9d8cbb6f1c
2 changed files with 14 additions and 8 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
# 中辨識正在執行哪一個 action 及其版本;接著以 exec 啟動 node 主程式
# /app/index.js,並把所有外部傳入的參數原樣交給它。
#
# 更新日期(台灣時區):2026/06/30 12:02:55
# 更新日期(台灣時區):2026/06/30 18:19:59
# =============================================================================
# 啟用「遇到任何指令失敗(非 0 結束碼)即立刻中止腳本」的模式。
@@ -19,7 +19,7 @@ ACTION_NAME='Release Cleanup'
# action 用途說明,供下方橫幅輸出使用。
ACTION_DESC='清理舊成品'
# action 更新時間(固定字串,台灣時區),供下方橫幅輸出使用。
ACTION_UPDATED='2026/06/30 12:02:55'
ACTION_UPDATED='2026/06/30 18:19:59'
# 輸出一個空行 + 分隔線,作為橫幅的上邊框,讓 log 中的資訊區塊更易閱讀。
printf '\n%s\n' '=================================================='