Skip to content

Commit 5f3afca

Browse files
committed
debug
1 parent 58cb579 commit 5f3afca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/issue-bot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ jobs:
135135
echo "playgroundExamples=$(jq -r '.[${{ matrix.shard }}].playgroundExamples' matrix.json)" >> $GITHUB_OUTPUT
136136
echo "chunkNumber=$(jq -r '.[${{ matrix.shard }}].chunkNumber' matrix.json)" >> $GITHUB_OUTPUT
137137
138+
- name: Debug
139+
run: |
140+
echo "phpVersion=${{ steps.chunk.outputs.phpVersion }}"
141+
echo "playgroundExamples=${{ steps.chunk.outputs.playgroundExamples }}"
142+
echo "chunkNumber=${{ steps.chunk.outputs.chunkNumber }}"
143+
138144
- name: "Run PHPStan"
139145
working-directory: "issue-bot"
140146
timeout-minutes: 5

0 commit comments

Comments
 (0)