I am not sure if the allow empty commit is needed. I think it would be better or at least okay, that if there are no changes to the code that there is not a commit.
Maybe we can check for changes and if there are not any changes we can exit the action (maybe even with a success, so no failing).
I am not sure if the allow empty commit is needed. I think it would be better or at least okay, that if there are no changes to the code that there is not a commit.
Maybe we can check for changes and if there are not any changes we can exit the action (maybe even with a success, so no failing).
See this line: https://github.com/wirthual/deutschland-generator-action/blob/main/action.yaml#L134