Skip to content

Commit

Permalink
Ensure space-separation
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Jan 19, 2023
1 parent fdffa36 commit eea2551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_changed_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
# Get changed files by comparing the current commit to the commit before the push event:
files=$(git diff --name-only ${{ github.event.before }} ${{ github.event.after }})
fi
files=$(echo "$files" | tr '\n' ' ' | sed 's/ $//')
echo "files=${files}" >> $GITHUB_OUTPUT
# Lint file names
Expand Down

0 comments on commit eea2551

Please sign in to comment.