Skip to content

Commit 1fa25e7

Browse files
authored
Merge pull request #183 from ksivamuthu/fix-valid-inputs
FIX: valid inputs
2 parents f31f8c9 + 8461b0a commit 1fa25e7

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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].5
56+
- uses: ksivamuthu/[email protected].6
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].5
71+
- uses: ksivamuthu/[email protected].6
7272
with:
7373
command: deploy
7474
app: your-awesome-app

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ inputs:
1616
required: false
1717
default: "false"
1818
description: "run force"
19+
name:
20+
required: false
21+
description: "service name"
22+
tag:
23+
required: false
24+
description: "ecr tag name"
1925
path:
2026
required: false
2127
description: "path name"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-copilot-github-action",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"description": "AWS Copilot Github Action",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)