diff --git a/entrypoint.sh b/entrypoint.sh index 9d7cd34..2dbc8e3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,7 +14,7 @@ pr_repo_url="https://github.com/${GITHUB_REPOSITORY}.git" echo "Running jenkins test on repo: $pr_repo_url and branch: $branch_name" -pipenv run python3 default_webhook_trigger.py \ +pipenv run python3 /webhook-trigger/default_webhook_trigger.py \ --jenkins_url="${INPUT_JENKINS_URL}" \ --pipeline_token="${INPUT_API_TOKEN}" \ --job_name="${INPUT_JOB_NAME}" \