autofix-ci / action

The autofix.ci GitHub Action.
https://autofix.ci/
MIT License
131 stars 2 forks source link

how to change [autofix.ci] commit message #4

Closed productdevbook closed 1 year ago

productdevbook commented 1 year ago

example: [autofix.ci] -> fix:

mhils commented 1 year ago

I've added server-side support for customization. 😃 Could you check if the following works for you?

- uses: autofix-ci/action@commit-message
  with:
    commit-message: "fix: apply automated changes"
productdevbook commented 1 year ago

image

dont fixed :D

https://github.com/oku-ui/primitives/pull/197/files

mhils commented 1 year ago

Could you try again? I have it working here now: https://github.com/mhils/autofixer/commits/main

mhils commented 1 year ago

Ah, also I see what's wrong in your example. It's commit-message, not commit_message. :)

productdevbook commented 1 year ago

thank you fixed