mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-03 06:05:04 +09:00
feat: special character check (#797)
* feat: add config option for special character handling * chore: update dist files
This commit is contained in:
+1
-1
@@ -53,8 +53,8 @@ export async function run() {
|
||||
switch (true) {
|
||||
case specialCharacterWorkaround:
|
||||
// 😳
|
||||
maxRetries = Number.MAX_SAFE_INTEGER;
|
||||
disableRetry = false;
|
||||
maxRetries = 12;
|
||||
break;
|
||||
case maxRetries < 1:
|
||||
maxRetries = 1;
|
||||
|
||||
Reference in New Issue
Block a user