File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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/aws-copilot-github-action@v0.0.1
19+ - uses: ksivamuthu/aws-copilot-github-action@v0.0.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/aws-copilot-github-action@v0.0.1
38+ - uses: ksivamuthu/aws-copilot-github-action@v0.0.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/aws-copilot-github-action@v0.0.6
56+ - uses: ksivamuthu/aws-copilot-github-action@v0.0.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/aws-copilot-github-action@v0.0.6
71+ - uses: ksivamuthu/aws-copilot-github-action@v0.0.8
7272 with:
7373 command: deploy
7474 app: your-awesome-app
7575 env: prod
7676 tag: image-name
77- ```
77+ ```
You can’t perform that action at this time.
0 commit comments