Skip to content

Commit

Permalink
Docu changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Garber committed Jul 1, 2021
1 parent 58b1108 commit 6387f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Create an A record set"
uses: BGarber42/route53-record-set@1.0.1
uses: BGarber42/route53-record-set@master
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: Brent Garber
branding:
icon: cloud
color: gray-dark
description: Sumit Route 53 Record Sets
description: Submit Route 53 Record Sets
inputs:
aws_access_key_id:
description: The AWS access key id
Expand Down

0 comments on commit 6387f97

Please sign in to comment.