Skip to content

Commit

Permalink
Add repos and plugins inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nordfjord committed Jan 5, 2021
1 parent 30a05c5 commit d9649c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ inputs:
command:
description: "Your command (kubectl, helm, aws or sops)"
required: true
plugins:
description: "The plugins that should be installed for helm"
required: false
repos:
description: "The repositories that should be added"
required: false
outputs:
result:
description: "Output returned by your command"
Expand Down

0 comments on commit d9649c5

Please sign in to comment.