refactor: 將 node action 重建為 docker action

This commit is contained in:
2026-08-06 17:26:02 +00:00
parent 310cf493ef
commit e31e15dac7
457 changed files with 80807 additions and 352 deletions
+1 -7
View File
@@ -1,10 +1,4 @@
#!/bin/sh
set -e
echo "================================================"
echo "Action : Gitea Docker Template"
echo "用途 : Gitea Docker 範本"
echo "更新時間: 2026/07/02 09:41:31"
echo "================================================"
exec node /action/src/index.js "$@"
exec node /action/src/main.js "$@"