Skip to content

Commit 09f7e11

Browse files
committed
Debug github script
1 parent 48acc3b commit 09f7e11

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/debos.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
owner: context.repo.owner,
5656
repo: context.repo.repo,
5757
});
58-
# keep first artifact named u-boot-rb1-links and linux-deb-links
59-
let u_boot_rb1 = allArtifacts.data.artifacts.filter((artifact) => {
60-
return artifact.name == "u-boot-rb1-links"
61-
})[0];
62-
let linux_deb = allArtifacts.data.artifacts.filter((artifact) => {
63-
return artifact.name == "linux-deb-links"
64-
})[0];
65-
# download both in memory
58+
# # keep first artifact named u-boot-rb1-links and linux-deb-links
59+
# let u_boot_rb1 = allArtifacts.data.artifacts.filter((artifact) => {
60+
# return artifact.name == "u-boot-rb1-links"
61+
# })[0];
62+
# let linux_deb = allArtifacts.data.artifacts.filter((artifact) => {
63+
# return artifact.name == "linux-deb-links"
64+
# })[0];
65+
# # download both in memory
6666
# let linux_deb_dl =
6767
# await github.rest.actions.downloadArtifact({
6868
# owner: context.repo.owner,

0 commit comments

Comments
 (0)