## The problem All my repo have a nightly scheduled workflow. I noticed that all which use this Github Action broke tonight. I struggle to find what the actual error is. Here is one example where the workflow broke: https://github.com/eifinger/hass-here-weather/runs/6267125839?check_suite_focus=true I am running on the master branch so I think [the latest commit](https://github.com/relekang/python-semantic-release/commit/94c94942561f85f48433c95fd3467e03e0893ab4) broke something. ## Expected behavior The Github Action starts, checks commits, sees there is nothing to do and exits successfully. ## Additional context * [Workflow Config](https://github.com/eifinger/hass-here-weather/blob/main/.github/workflows/ci.yml) * [Semantic Release Config](https://github.com/eifinger/hass-here-weather/blob/main/pyproject.toml#L77-L85)