-
Notifications
You must be signed in to change notification settings - Fork 43
Action does not find a specified file in version_files #83
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Can you share the full action? |
The relevant job is as follows:
|
Is the file in the repository? |
Well, of course it is. |
Can you add a step before the cz action? - run: |
tree -L 3
# and then the cz
- id: cz |
As a workaround, I replaced the action by installing commitizen in a virtualenv during the workflow job, and when run, it resulted in the same exact error! So I called commitizen like:
and it worked. So I am moving the contents of |
I would suggest the action to provide an optional input |
I see, I was under the assumption that you had a |
Scenario
.cz.toml
being:Expected outcome
Running the
cz
job step should succeed, bumping the version on.cz.toml
andsrc/pyproject.toml
.Actual outcome (failure)
The log of execution is:
The text was updated successfully, but these errors were encountered: