Initial commit

This commit is contained in:
2026-07-10 08:45:31 +00:00
commit 76a8f44003
8 changed files with 502 additions and 0 deletions
Executable
+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/src/index.js "$@"