Initial commit

This commit is contained in:
2026-07-16 03:28:49 +00:00
commit 5505fc7273
6 changed files with 457 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 "$@"