We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ff372 commit c34b299Copy full SHA for c34b299
1 file changed
.github/workflows/issue-bot.yml
@@ -123,10 +123,14 @@ jobs:
123
action: actions/download-artifact@v4
124
with: |
125
name: matrix
126
- path: issue-bot/matrix.json
127
attempt_limit: 5
128
attempt_delay: 1000
129
+ - name: Debug
130
+ working-directory: "issue-bot"
131
+ run: |
132
+ cat matrix.json
133
+
134
- name: "Extract shard"
135
working-directory: "issue-bot"
136
id: chunk
0 commit comments