Skip to content

Commit cd34a3a

Browse files
authored
Update README.md
I wasted a few minutes before I realised I was using an old version of this action. Update the readme to point at the latest version
1 parent 4054f18 commit cd34a3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repo contains the github actions for installing [AWS Copilot cli](https://g
1616
with:
1717
role-to-assume: arn:aws:iam::111111111111:role/my-github-actions-role-test
1818
aws-region: us-east-1
19-
- uses: ksivamuthu/[email protected].1
19+
- uses: ksivamuthu/[email protected].7
2020
with:
2121
command: install
2222
- run: |
@@ -35,7 +35,7 @@ This repo contains the github actions for installing [AWS Copilot cli](https://g
3535
with:
3636
role-to-assume: arn:aws:iam::111111111111:role/my-github-actions-role-test
3737
aws-region: us-east-1
38-
- uses: ksivamuthu/[email protected].1
38+
- uses: ksivamuthu/[email protected].7
3939
with:
4040
command: deploy
4141
app: your-awesome-app
@@ -74,4 +74,4 @@ In the with attribute, the tag value can be used to define the tag image name
7474
app: your-awesome-app
7575
env: prod
7676
tag: image-name
77-
```
77+
```

0 commit comments

Comments
 (0)