Skip to content

Commit 45ff372

Browse files
committed
debug
1 parent 5f3afca commit 45ff372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issue-bot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ jobs:
131131
working-directory: "issue-bot"
132132
id: chunk
133133
run: |
134-
echo "phpVersion=$(jq -r '.[${{ matrix.shard }}].phpVersion' matrix.json)" >> $GITHUB_OUTPUT
135-
echo "playgroundExamples=$(jq -r '.[${{ matrix.shard }}].playgroundExamples' matrix.json)" >> $GITHUB_OUTPUT
136-
echo "chunkNumber=$(jq -r '.[${{ matrix.shard }}].chunkNumber' matrix.json)" >> $GITHUB_OUTPUT
134+
echo "phpVersion=$(jq -r '.[1].phpVersion' matrix.json)" >> "$GITHUB_OUTPUT"
135+
echo "playgroundExamples=$(jq -r '.[1].playgroundExamples' matrix.json)" >> "$GITHUB_OUTPUT"
136+
echo "chunkNumber=$(jq -r '.[1].chunkNumber' matrix.json)" >> "$GITHUB_OUTPUT"
137137
138138
- name: Debug
139139
run: |

0 commit comments

Comments
 (0)