Skip to content

Commit 9b3258d

Browse files
committed
Add missing parenthesis in pit-results-badge action
1 parent 8caf967 commit 9b3258d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/pit-results-badge/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
schemaVersion: 1,
4444
label: "${{ inputs.label }}",
4545
message: "\(. * 100 | floor | tostring) %",
46-
color: "hsl(\(. * 120 | floor | tostring), 100%, 40%",
46+
color: "hsl(\(. * 120 | floor | tostring), 100%, 40%)",
4747
cacheSeconds: ${{ inputs.cache-seconds }},
4848
}' \
4949
> ${{ inputs.output-file }}

0 commit comments

Comments
 (0)