diff --git a/src/entrypoint.sh b/src/entrypoint.sh index f7dc38a..0573f7f 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -4,4 +4,5 @@ sh -c "git config --global --add safe.directory $PWD" # Run the python application and pass the arguments -poetry run python /action/get_release_version_action/app.py $@ +cd /action/get_release_version_action +poetry run python app.py $@