Skip to content

Commit

Permalink
debug..
Browse files Browse the repository at this point in the history
  • Loading branch information
guipublic committed Nov 27, 2024
1 parent 0f94f73 commit 8d26ae2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ function run() {
const res = _c;
const artifact = res.data.find((artifact) => !artifact.expired && artifact.name === baseReport);
if (!artifact) {
core.info(`DEBUG: searching..."${res.data}"`);
yield new Promise((resolve) => setTimeout(resolve, 900)); // avoid reaching the API rate limit
continue;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ async function run() {
);

if (!artifact) {
core.info(`DEBUG: searching..."${res.data}"`);
await new Promise((resolve) => setTimeout(resolve, 900)); // avoid reaching the API rate limit

continue;
Expand Down

0 comments on commit 8d26ae2

Please sign in to comment.