Skip to content

Commit a1928d3

Browse files
committed
bumping version to -.0.8
1 parent 3b6250c commit a1928d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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].7
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].7
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,7 +68,7 @@ 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

0 commit comments

Comments
 (0)