Skip to content

Commit ee0e4a1

Browse files
committed
debug
1 parent 45ff372 commit ee0e4a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/issue-bot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,15 @@ jobs:
123123
action: actions/download-artifact@v4
124124
with: |
125125
name: matrix
126-
path: issue-bot/matrix.json
126+
path: issue-bot
127127
attempt_limit: 5
128128
attempt_delay: 1000
129129

130+
- name: Debug
131+
working-directory: "issue-bot"
132+
run: |
133+
cat matrix.json
134+
130135
- name: "Extract shard"
131136
working-directory: "issue-bot"
132137
id: chunk

0 commit comments

Comments
 (0)