Skip to content

Commit

Permalink
add retry message
Browse files Browse the repository at this point in the history
  • Loading branch information
namachan10777 committed Jan 22, 2024
1 parent d1abe28 commit c2663c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ runs:
core.exportVariable("GH_FEDERATION_ACCESS_TOKEN", accessToken);
break;
} catch (e) {
console.log(`retrying (remain: ${RETRY_MAX - i})...`);
continue;
}
}
Expand Down

0 comments on commit c2663c2

Please sign in to comment.