Skip to content

Commit 1dd6c50

Browse files
-
1 parent 149cfdd commit 1dd6c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fabbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
[ -e o/.php-cs-fixer.dist.php ] && cp -a {o,a}/.php-cs-fixer.dist.php
3838
3939
gh api --paginate "/repos/$REPO/pulls/$PR/files" \
40-
| jq -c '.[] | select(.status != "removed") | filename' \
40+
| jq -rc '.[] | select(.status != "removed") | .filename' \
4141
| while read -r FILENAME; do
4242
mkdir -p "a/$(dirname "$FILENAME")"
4343
cp -a {o,a}/"$FILENAME"

0 commit comments

Comments
 (0)