Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2fa40dd

Browse files
committedFeb 17, 2025··
even more debugging
1 parent a8531ac commit 2fa40dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/build-common.yml

+1
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ jobs:
340340
per_page: 100
341341
},
342342
(response) => {
343+
console.log(response);
343344
return response.data.jobs;
344345
},
345346
);

0 commit comments

Comments
 (0)
Please sign in to comment.