generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #183 from ksivamuthu/fix-valid-inputs
FIX: valid inputs
- Loading branch information
Showing
4 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters