wirthual / deutschland-generator-action

Github action for the generation process of generating docs and code for the deutschland package
Apache License 2.0
0 stars 2 forks source link

Allow empty commit really needed? #4

Open t-huyeng opened 2 years ago

t-huyeng commented 2 years ago

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