Skip to content

Commit 57e70a5

Browse files
committed
Update with console.log
1 parent fa9269d commit 57e70a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ async function main() {
7070
if (commit) {
7171
console.log("==> Commit:", commit);
7272
}
73+
if (runNumber) {
74+
console.log("==> RunNumber:", runNumber);
75+
}
7376

7477
if (!runID) {
7578
const endpoint =
@@ -86,6 +89,7 @@ async function main() {
8689
if (commit) {
8790
return r.head_sha == commit;
8891
}
92+
console.log(r);
8993
if (runNumber) {
9094
return r.run_number === runNumber;
9195
}

0 commit comments

Comments
 (0)