chore: Update dist

This commit is contained in:
GitHub Actions
2020-02-12 02:16:58 +00:00
parent 55f6a14016
commit 9b3e97711b

2
dist/index.js vendored
View File

@@ -135,7 +135,7 @@ const util = __webpack_require__(1669);
const MAX_ACTION_RUNTIME = 6 * 3600;
const USER_AGENT = 'configure-aws-credentials-for-github-actions';
const MAX_TAG_VALUE_LENGTH = 256;
const SANITIZATION_CHARACTER = '*'
const SANITIZATION_CHARACTER = '_'
async function assumeRole(params) {
// Assume a role to get short-lived credentials using longer-lived credentials.