Skip to content

Commit

Permalink
feat: Add missing helm input parameter to action.yml (deliverybot#29)
Browse files Browse the repository at this point in the history
The parameter is in the documentation and is used inside the actual action file, however it is missing in the action.yml which causes a warning in the log.
  • Loading branch information
riker09 authored Jun 6, 2020
1 parent 5574bd7 commit 55d9d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ inputs:
dry-run:
description: Task name. If the task is "remove" it will remove the configured
helm release.
helm:
description: Helm binary to execute, one of: [helm, helm3].
token:
description: Github repository token. If included and the event is a deployment
the deployment_status event will be fired.
Expand Down

0 comments on commit 55d9d37

Please sign in to comment.