Skip to content

Commit

Permalink
Adjust confusing copy-paste name
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jun 20, 2024
1 parent 0c3fed4 commit 22eb742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/auth/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
with open(os.environ['GITHUB_OUTPUT'], 'a') as f:
f.write(f"role-arn={role_arn}")
- name: Configure AWS Credentials for China region audience
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
aws-region: ${{ inputs.aws-region }}
Expand Down

0 comments on commit 22eb742

Please sign in to comment.