You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @mbehr1 this is fixed already in the latest github action version: cocogitto/cocogitto-action@v2.1.
Also you need to update your cog.toml file to match the latest version config (see: the config reference. You can also take a look at cocogitto's config.
I am closing this, don't hesitate to reopen if this does not work for you.
@oknozor thx! Yep, that's working now :-)
Btw: I changed to "uses: cocogitto/cocogitto-action@v2" and not to "uses: oknozor/cocogitto-...". Is that correct?
(Now I still struggle with the --from-latest-tag not working in CI. But will investigate a little further first :-)
mbehr1
added a commit
to mbehr1/cocogitto-action
that referenced
this issue
Jan 9, 2022
Describe the bug
Even though the commit message pushed/tested lets cog check fail the GitHub action succeeds.
To Reproduce
See here: https://github.com/mbehr1/adlt/runs/4753498724?check_suite_focus=true
Expected behavior
Action should fail if cog check fails.
Additional context
Seems as if the "shell=bash" used is set to shell: /usr/bin/sh -e {0} so will always return 0?
The text was updated successfully, but these errors were encountered: