develop
master
entrypoint.sh
is_beta
version
GITEA_TOKEN
.gitea / workflows
.gitea/workflows
action.yaml
Dockerfile
app/
.gitea/workflows/
bash -n entrypoint.sh
calculate_version
No dependencies set.
The note is not visible to the blocked user.
變更摘要
entrypoint.sh以 bash、curl、jq 計算版本。is_betainput 與versionoutput,並以GITEA_TOKEN呼叫 Gitea release API。.gitea / workflows移到正常的.gitea/workflows。影響範圍
action.yaml:更新 action 名稱、輸入、輸出與容器環境變數。entrypoint.sh:新增 release 查詢、stable/beta 版本計算與 GitHub output 寫入。Dockerfile:移除 Node.js/npm,改安裝 bash、curl、jq。app/:移除不再使用的 Node.js code review 實作與測試。.gitea/workflows/:保留 CI/CD workflow 並修正引用 action 名稱。驗證
bash -n entrypoint.sh。calculate_version輸出。注意事項