Files
2026-07-16 03:28:49 +00:00

11 lines
282 B
Bash

#!/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 "$@"