Skip to content

Commit 6c5d8a6

Browse files
committed
more quotes == more better
1 parent c6b5b82 commit 6c5d8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-emit-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Handle expected failure
5555
shell: bash
5656
run: |
57-
if [[ ${{ steps.expected-failure.outcome }} == "failure" ]]; then
57+
if [[ "${{ steps.expected-failure.outcome }}" == "failure" ]]; then
5858
echo Saw expected failure from attempting to emit metrics when kat isn't installed.
5959
exit 0
6060
else

0 commit comments

Comments
 (0)