We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c98f0 commit 9ba42e9Copy full SHA for 9ba42e9
.github/workflows/run-against-project.yml
@@ -48,4 +48,4 @@ jobs:
48
# preserve exit code if rubocop fails
49
set -o pipefail
50
# use tee to output to stdout and populate GitHub summary
51
- bundle exec rubocop --format markdown | tee $GITHUB_STEP_SUMMARY
+ bundle exec rubocop --format markdown | tee "$GITHUB_STEP_SUMMARY"
0 commit comments