Skip to content

Commit f70538d

Browse files
authored
Merge pull request #204 from paddyobrien/patch-1
Update README.md
2 parents 03147e8 + a1928d3 commit f70538d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 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].8
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].8
3939
with:
4040
command: deploy
4141
app: your-awesome-app
@@ -53,7 +53,7 @@ In the with attribute, the name value can be used to define the name of the job
5353
```
5454
deploy:
5555
steps:
56-
- uses: ksivamuthu/[email protected].6
56+
- uses: ksivamuthu/[email protected].8
5757
with:
5858
command: deploy
5959
app: your-awesome-app
@@ -68,10 +68,10 @@ In the with attribute, the tag value can be used to define the tag image name
6868
```
6969
deploy:
7070
steps:
71-
- uses: ksivamuthu/[email protected].6
71+
- uses: ksivamuthu/[email protected].8
7272
with:
7373
command: deploy
7474
app: your-awesome-app
7575
env: prod
7676
tag: image-name
77-
```
77+
```

0 commit comments

Comments
 (0)