Skip to content

Commit

Permalink
"git diff -z" doesn't work
Browse files Browse the repository at this point in the history
/home/runner/work/_temp/749210d1-c374-49dd-8649-fec26b9b326f.sh: line 6: warning: command substitution: ignored null byte in input
https://github.com/itpp-labs/pos-addons/pull/1371/checks?check_run_id=1898705081
  • Loading branch information
yelizariev authored Feb 14, 2021
1 parent 3910139 commit 40fda80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-files/all/.github/workflows/DINAR-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
echo "CHANGED FILES:"
git diff --name-only --no-ext-diff FETCH_HEAD..HEAD -- .
echo "RUN PRE-COMMIT:"
pre-commit run --show-diff-on-failure --color=always --show-diff-on-failure --files $(git diff --name-only --no-ext-diff -z FETCH_HEAD..HEAD -- .)
pre-commit run --show-diff-on-failure --color=always --show-diff-on-failure --files $(git diff --name-only --no-ext-diff FETCH_HEAD..HEAD -- .)
tests:
name: "Quick Tests"
Expand Down

0 comments on commit 40fda80

Please sign in to comment.