Version 2 release (#685)

* Update README for v2

* Remove codeql analysis

* Version bump checkout action

* Tweak closed issue message

* Changes for v2 release

* Adjust action name

* Update CHANGELOG

* Update action to use node 16

* Update versions

* Typo
This commit is contained in:
Tom Keller
2023-03-06 16:35:37 -08:00
committed by GitHub
parent bab55d3830
commit e1e17a757e
11 changed files with 2650 additions and 1439 deletions

View File

@@ -1,4 +1,4 @@
name: '"Configure AWS Credentials" Action For GitHub Actions'
name: 'Configure AWS Credentials For GitHub Actions'
description: 'Configure AWS credential and region environment variables for use with the AWS CLI and AWS SDKs'
branding:
icon: 'cloud'
@@ -62,6 +62,6 @@ outputs:
aws-account-id:
description: 'The AWS account ID for the provided credentials'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/cleanup/index.js'