peimanja / promtool-github-actions

GitHub Action for checking Prometheus Configs and Alert rules
13 stars 16 forks source link

Multiple files not allowed on promtool_actions_files: #8

Closed AmandeepSaxena closed 1 year ago

AmandeepSaxena commented 1 year ago

I tried adding files to this action. But it is failing, I tried multiple ways. Do you have any idea how we can resolve this? for ex: ` promtool_actions_files: |

AmandeepSaxena commented 1 year ago

promtool_actions_files: | - 'rules/env1-rules/*.y*ml rules/env2-rules/*.y*ml'

resolved with adding space in between