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
I'm trying to use commitsar as a GH Action with my own config file but I don't know how to set the config in the action
I tried the following combinations:
env:
COMMITSAR_CONFIG_PATH: ".github/linters/commitsar.yaml"
# or
with:
COMMITSAR_CONFIG_PATH: ".github/linters/commitsar.yaml"
# or
with:
config: '.github/linters/commitsar.yaml'
# or
env:
config: '.github/linters/commitsar.yaml'
But at run, commitsar says there is no config file set:
Hi,
I'm trying to use commitsar as a GH Action with my own config file but I don't know how to set the config in the action
I tried the following combinations:
But at run, commitsar says there is no config file set:
eg: of my action:
eg of my config:
Thanks a lot
The text was updated successfully, but these errors were encountered: