Skip to content

Commit e9d41d6

Browse files
authored
ci(bats): fix scenarios badge color variable name (#4551)
1 parent 8dfa785 commit e9d41d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bats-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
'{schemaVersion:1,label:$l,message:$m,color:$c}'; }
7272
jq -n \
7373
--arg p "$(badge 'Hub Parsers' "$PARSERS_COV" "$PARSERS_BADGE_COLOR")" \
74-
--arg s "$(badge 'Hub Scenarios' "$SCENARIOS_COV" "$SCENARIO_BADGE_COLOR")" \
74+
--arg s "$(badge 'Hub Scenarios' "$SCENARIOS_COV" "$SCENARIOS_BADGE_COLOR")" \
7575
'{files:{"crowdsec_parsers_badge.json":{content:$p},
7676
"crowdsec_scenarios_badge.json":{content:$s}}}' \
7777
| gh api --method PATCH "/gists/${GIST_ID}" --input -

0 commit comments

Comments
 (0)