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