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 28b8c10 commit 05932efCopy full SHA for 05932ef
.github/workflows/issue-bot.yml
@@ -63,7 +63,7 @@ jobs:
63
id: shards
64
working-directory: "issue-bot"
65
run: |
66
- echo "shards=$(jq '{include: [range(length) | {shard: .}]}' matrix.json)" >> $GITHUB_OUTPUT
+ echo "shards=$(jq -c '{include: [range(length) | {shard: .}]}' matrix.json)" >> $GITHUB_OUTPUT
67
68
- uses: actions/upload-artifact@v4
69
with:
0 commit comments