We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfa785 commit e9d41d6Copy full SHA for e9d41d6
1 file changed
.github/workflows/bats-hub.yml
@@ -71,7 +71,7 @@ jobs:
71
'{schemaVersion:1,label:$l,message:$m,color:$c}'; }
72
jq -n \
73
--arg p "$(badge 'Hub Parsers' "$PARSERS_COV" "$PARSERS_BADGE_COLOR")" \
74
- --arg s "$(badge 'Hub Scenarios' "$SCENARIOS_COV" "$SCENARIO_BADGE_COLOR")" \
+ --arg s "$(badge 'Hub Scenarios' "$SCENARIOS_COV" "$SCENARIOS_BADGE_COLOR")" \
75
'{files:{"crowdsec_parsers_badge.json":{content:$p},
76
"crowdsec_scenarios_badge.json":{content:$s}}}' \
77
| gh api --method PATCH "/gists/${GIST_ID}" --input -
0 commit comments