generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support filtering on deployment trigger and keep parameters (#33)
By default delete all deployments. If keep is specified keep the assigned number of deployments by slicing the filtered deployments list. In order to test the action locally avoid using kebab case for input name to allow POSIX compliant environment variables. I.e. use deployment_trigger instead of deployment-trigger so we can write INPUT_DEPLOYMENT_TRIGGER while testing or running in Docker. Default to empty string for deployment type. Signed-off-by: Snorre Magnus DavΓΈen <snorre.magnus.davoen@adventuretech.no> Co-authored-by: Zao Soula <contact@zaosoula.fr>
- Loading branch information
Showing
8 changed files
with
275 additions
and
62 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 |
---|---|---|
|
@@ -65,3 +65,5 @@ typings/ | |
|
||
# next.js build output | ||
.next | ||
|
||
testrun.sh |
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
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.
Large diffs are not rendered by default.
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
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
Oops, something went wrong.