fix(action entrypoint): 修正 Docker action 啟動時的 app 路徑
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ set -e
|
||||
|
||||
echo "🚀 AI Code Review Action 啟動"
|
||||
|
||||
exec node /action/app/main.js
|
||||
exec node /app/main.js
|
||||
|
||||
Reference in New Issue
Block a user