Skip to content

Commit

Permalink
fix: Working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetrr committed Apr 19, 2024
1 parent 80fffa6 commit 54f530b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
sh -c "git config --global --add safe.directory $PWD"

# Run the python application and pass the arguments
cd /action/get_release_version_action
poetry run python app.py $@
poetry run python /action/get_release_version_action/app.py $@

0 comments on commit 54f530b

Please sign in to comment.