aevea / commitsar

Tool to check that commits comply with conventional commit standard
https://commitsar.aevea.ee
MIT License
138 stars 19 forks source link

Fix: forward config param from GitHub action propperly #517

Open beltrachi opened 1 year ago

beltrachi commented 1 year ago

The github action was not properly forwarding the config input to the docker container. It needs to use the args in the runs section.

Changes:

PS: It's my first time I write go code, so any question/suggestion will be more than welcome.

vercel[bot] commented 1 year ago

@beltrachi is attempting to deploy a commit to the Aevea Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
commitsar ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 25, 2023 0:33am
beltrachi commented 8 months ago

Rebased the branch as it had conflicts with master. Also fixed typo "iterrates" in a comment.