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.
1 parent be76008 commit c5864d8Copy full SHA for c5864d8
.github/workflows/clean_pr.yml
@@ -26,6 +26,6 @@ jobs:
26
cut --fields 2 | sort | uniq --repeated |
27
grep -E '.(png|pdf|ps|eps|svg)')"
28
if [[ -n "$am" ]]; then
29
- printf 'The following images were both added and modified in this PR:\n%s\n' "$ad"
+ printf 'The following images were both added and modified in this PR:\n%s\n' "$am"
30
exit 1
31
fi
test.png
2.63 KB
0 commit comments