bakdata / ci-templates

Collection of reusable workflows and composite actions for Github
MIT License
4 stars 1 forks source link

Link the python script correctly #63

Closed MichaelKora closed 1 year ago

MichaelKora commented 1 year ago

While using the latest version of the bump-version action created by this PR, following error is thrown:

python: can't open file '/home/runner/work/working-dir/./actions/bump-version/scripts/get_version.py': 
[Errno 2] No such file or directory

Since we are giving a working directory here, the file /actions/bump-version/scripts/get_version.py is expected to be found (in the calling repository) in the given working-directory.