Skip to content

Commit

Permalink
Merge pull request #183 from ksivamuthu/fix-valid-inputs
Browse files Browse the repository at this point in the history
FIX: valid inputs
  • Loading branch information
ksivamuthu authored Aug 18, 2023
2 parents f31f8c9 + 8461b0a commit 1fa25e7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In the with attribute, the name value can be used to define the name of the job
```
deploy:
steps:
- uses: ksivamuthu/[email protected].5
- uses: ksivamuthu/[email protected].6
with:
command: deploy
app: your-awesome-app
Expand All @@ -68,7 +68,7 @@ In the with attribute, the tag value can be used to define the tag image name
```
deploy:
steps:
- uses: ksivamuthu/[email protected].5
- uses: ksivamuthu/[email protected].6
with:
command: deploy
app: your-awesome-app
Expand Down
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ inputs:
required: false
default: "false"
description: "run force"
name:
required: false
description: "service name"
tag:
required: false
description: "ecr tag name"
path:
required: false
description: "path name"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-copilot-github-action",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"description": "AWS Copilot Github Action",
"main": "lib/main.js",
Expand Down

0 comments on commit 1fa25e7

Please sign in to comment.