Skip to content

Commit 1b4f3fe

Browse files
committed
remove quotes
1 parent e1e50b7 commit 1b4f3fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ jobs:
155155
cat $GITHUB_STEP_SUMMARY
156156
157157
# Check for content expected in the coverage summary
158-
grep -q "Coverage" "$GITHUB_STEP_SUMMARY"
158+
grep -q "Coverage" $GITHUB_STEP_SUMMARY
159159
shell: bash

0 commit comments

Comments
 (0)