Files
ai-pull-request/entrypoint.sh

10 lines
229 B
Bash

#!/bin/bash
set -euo pipefail
echo "🚀 ai-pull-request action 啟動"
echo " Repository: ${GITEA_REPOSITORY:-?}"
echo " ${SOURCE_BRANCH:-?}${TARGET_BRANCH:-?}"
# Node.js 應用程式進入點
exec node /app/index.js