Skip to content

Commit 9ba42e9

Browse files
committed
Fix SC2086 - Double quote to prevent globbing
1 parent 11c98f0 commit 9ba42e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-against-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
# preserve exit code if rubocop fails
4949
set -o pipefail
5050
# use tee to output to stdout and populate GitHub summary
51-
bundle exec rubocop --format markdown | tee $GITHUB_STEP_SUMMARY
51+
bundle exec rubocop --format markdown | tee "$GITHUB_STEP_SUMMARY"

0 commit comments

Comments
 (0)