Skip to content

Commit 33c7f3a

Browse files
committed
Use .data
1 parent 7c1b849 commit 33c7f3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/debos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
name: "u-boot-rb1-links",
6060
page: 0,
6161
per_page: 1,
62-
})[0];
62+
}).data.artifacts[0];
6363
let linux_deb =
6464
await github.rest.actions.listArtifactsForRepo({
6565
owner: context.repo.owner,
6666
repo: context.repo.repo,
6767
name: "linux-deb-links",
6868
page: 0,
6969
per_page: 1,
70-
})[0];
70+
}).data.artifacts[0];
7171
// download both in memory
7272
let linux_deb_dl =
7373
await github.rest.actions.downloadArtifact({

0 commit comments

Comments
 (0)