mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-04 06:15:07 +09:00
chore: build and set cleanup file
This commit is contained in:
@@ -58,7 +58,6 @@ export async function run() {
|
||||
|
||||
// Validate and export region
|
||||
if (region) {
|
||||
core.info('Using global STS endpoint');
|
||||
if (!region.match(REGION_REGEX)) {
|
||||
throw new Error(`Region is not valid: ${region}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user