Initial commit

This commit is contained in:
2026-07-16 05:57:26 +00:00
commit fd96e217fc
6 changed files with 461 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
set -e
echo "================================================"
echo "Action : Gitea Docker Template"
echo "用途 : Gitea Docker 範本"
echo "更新時間: 2026/07/02 09:41:31"
echo "================================================"
exec node /action/index.js "$@"