Skip to content

Commit 501884c

Browse files
authored
Fix formatting of limit option in clean_up.yml
1 parent adfea0f commit 501884c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clean_up.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
stale_prs=$(gh pr list \
221221
--repo "${{ github.repository }}" \
222222
--state open \
223-
-- limit 200 \
223+
--limit 200 \
224224
--json number,createdAt \
225225
--jq ".[] | select((.createdAt | fromdate) < $cutoff) | .number")
226226

0 commit comments

Comments
 (0)