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 149cfdd commit 1dd6c50Copy full SHA for 1dd6c50
.github/workflows/fabbot.yml
@@ -37,7 +37,7 @@ jobs:
37
[ -e o/.php-cs-fixer.dist.php ] && cp -a {o,a}/.php-cs-fixer.dist.php
38
39
gh api --paginate "/repos/$REPO/pulls/$PR/files" \
40
- | jq -c '.[] | select(.status != "removed") | filename' \
+ | jq -rc '.[] | select(.status != "removed") | .filename' \
41
| while read -r FILENAME; do
42
mkdir -p "a/$(dirname "$FILENAME")"
43
cp -a {o,a}/"$FILENAME"
0 commit comments