-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace axios with @actions/http-client
Axios has issues with proxies & using the @actions client should behave better in actions enviroments. The built in retry behavior was not as robust so I've implemented retries manually.
- Loading branch information
David McIntosh
authored and
GitHub
committed
Oct 31, 2023
1 parent
2159f6c
commit 6a9ec47
Showing
6 changed files
with
190 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.