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 5f3afca commit 45ff372Copy full SHA for 45ff372
.github/workflows/issue-bot.yml
@@ -131,9 +131,9 @@ jobs:
131
working-directory: "issue-bot"
132
id: chunk
133
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
+ echo "phpVersion=$(jq -r '.[1].phpVersion' matrix.json)" >> "$GITHUB_OUTPUT"
+ echo "playgroundExamples=$(jq -r '.[1].playgroundExamples' matrix.json)" >> "$GITHUB_OUTPUT"
+ echo "chunkNumber=$(jq -r '.[1].chunkNumber' matrix.json)" >> "$GITHUB_OUTPUT"
137
138
- name: Debug
139
0 commit comments