Skip to content

Commit 05932ef

Browse files
committed
try
1 parent 28b8c10 commit 05932ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
id: shards
6464
working-directory: "issue-bot"
6565
run: |
66-
echo "shards=$(jq '{include: [range(length) | {shard: .}]}' matrix.json)" >> $GITHUB_OUTPUT
66+
echo "shards=$(jq -c '{include: [range(length) | {shard: .}]}' matrix.json)" >> $GITHUB_OUTPUT
6767
6868
- uses: actions/upload-artifact@v4
6969
with:

0 commit comments

Comments
 (0)