From beca71f91fd3be8e0b214ebe34ccf2a24df174c7 Mon Sep 17 00:00:00 2001 From: Tanner Lewis Date: Wed, 18 Sep 2024 16:51:44 -0500 Subject: [PATCH] Update entrypoint command Signed-off-by: Tanner Lewis --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" \