Skip to content

Commit

Permalink
chore!: 2025-01-04 23:03:08 +0100
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Jan 4, 2025
1 parent 77f1d12 commit fb83599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git diff --name-only \
${{ github.event.before }} ${{ github.event.after }}
fi |
jq --raw-input --raw-output --slurp 'split(\"\n\")[:-1]'
jq --raw-input --raw-output --slurp 'split("\n")[:-1]'
)"
printf '[BEGIN]%s[END]' "$changed_files"
Expand Down

0 comments on commit fb83599

Please sign in to comment.