We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d34d035 + 05abe0f commit 43c8fa9Copy full SHA for 43c8fa9
1 file changed
.github/workflows/github-actions-are-differences-found.yml
@@ -13,8 +13,6 @@ jobs:
13
fetch-depth: 0
14
- name: Check ok files
15
run: |
16
- set +e
17
- grep --include="*.ok" -Rn "Differences found "
18
- if [[ "$?" == "0" ]]; then
+ if git ls-files '*.ok' | xargs grep -n "Differences found "; then
19
exit 1
20
fi
0 commit comments