Skip to content

Commit

Permalink
fix: warning inputs on taskfile (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhdzhra authored Nov 26, 2024
1 parent ff6c18b commit 12379c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infra/tools/taskfile/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ inputs:
default: ""
type: string

credentials_json:
required: true
description: "GCP credentials services account"
type: string

gke_cluster_name:
required: false
description: "GKE cluster name"
Expand Down

0 comments on commit 12379c7

Please sign in to comment.