Skip to content

Commit

Permalink
Fix spaces in changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 14, 2023
1 parent fe154da commit a48cc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Get changed ruby files (git diff)
run: |
changedFiles=$(git diff-tree --name-only --diff-filter=d -r HEAD^1 HEAD | grep '\.rb$' || test $? = 1;)
echo "Changed ruby files: $changedFiles"
echo "CHANGED_FILES=$changedFiles" >> $GITHUB_ENV
echo "Changed ruby files: \n$changedFiles"
echo "CHANGED_FILES='$changedFiles'" >> $GITHUB_ENV
# See RuboCop command line flags here:
# https://docs.rubocop.org/rubocop/usage/basic_usage.html#command-line-flags
Expand Down

0 comments on commit a48cc04

Please sign in to comment.