From 0f303ba92bfd04cf21337e2013bae3c6325a950f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 3 Mar 2021 00:11:58 +0000 Subject: [PATCH] chore: Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index b3e62fc..bb2540c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -379,7 +379,7 @@ async function run() { // Always export the source credentials and account ID. // The STS client for calling AssumeRole pulls creds from the environment. // Plus, in the assume role case, if the AssumeRole call fails, we want - // the source credentials and accound ID to already be masked as secrets + // the source credentials and account ID to already be masked as secrets // in any error messages. if (accessKeyId) { if (!secretAccessKey) {