Initial commit

This commit is contained in:
2026-07-15 09:50:30 +00:00
commit a44092c7a2
5 changed files with 425 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 "$@"