chore(action 設定): 整理用途標頭與排版

This commit is contained in:
2026-07-11 10:00:30 +00:00
parent 88e3e3d184
commit 1ed40a6b04
4 changed files with 63 additions and 43 deletions
+5
View File
@@ -1,4 +1,9 @@
#!/bin/sh
# --------------------------------------------------
# 用途:啟動 calculate-version action,將所有參數交給 Node 主程式。
# 更新日期:2026/07/11 17:44:33Asia/Taipei
# --------------------------------------------------
set -eu
exec node /action/src/index.js "$@"