Open beltrachi opened 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.
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 |
Rebased the branch as it had conflicts with master. Also fixed typo "iterrates" in a comment.
The github action was not properly forwarding the config input to the docker container. It needs to use the
args
in theruns
section.Changes:
--config-path
CLI parameter to the commitsar binary.PS: It's my first time I write go code, so any question/suggestion will be more than welcome.