cocogitto / cocogitto-action

A github action to ensure your current gitlog respect the conventional commit specification
22 stars 17 forks source link

Fixes to install.sh #3

Closed bazaah closed 2 years ago

bazaah commented 2 years ago

I was getting strange errors in my CI runs using this action, despite what should presumably be the same action (e.g cog bump --auto) works just fine locally.

I eventually noticed that...

  1. It appears to be pulling from an old repo (github.com/oknozor/cocogitto)
  2. It is using an old version (4.0.1)
cocogitto-bot[bot] commented 2 years ago

:heavy_check_mark: fe1a251...4e20eab - Conventional commits check succeeded.

oknozor commented 2 years ago

Hey @bazaah thank you for the PR, I was planning to do this soon but you were faster than me :)

bazaah commented 2 years ago

Awesome, thanks for the quick turn around! I can use the main action over my fork again.