Skip to content

Commit

Permalink
bump up to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jul 8, 2021
1 parent 98c5c18 commit 024fce7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function assumeRole(params) {
duration_seconds: params.roleDurationSeconds,
api_url: GITHUB_API_URL,
repository: GITHUB_REPOSITORY,
useNodeId: params.useNodeId,
use_node_id: params.useNodeId,
obfuscate_repository: params.obfuscateRepository,
sha: GITHUB_SHA,
role_session_tagging: params.roleSessionTagging,
Expand Down
4 changes: 2 additions & 2 deletions action/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actions-aws-assume-role",
"version": "1.2.0",
"version": "1.2.1",
"description": "assume role in GitHub Actions",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 024fce7

Please sign in to comment.