Skip to content

Commit

Permalink
fix: make creds and creds_path optional
Browse files Browse the repository at this point in the history
as you cannot specify both. this should eventually be cleaned up to validate that
one and only one are specified.
  • Loading branch information
divideby0 authored Oct 19, 2022
1 parent 802126c commit 186ed33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ branding:
inputs:
creds:
description: "Contents of a Service Account JSON Key"
required: true
required: false
creds_path:
description: "Absolute path of a Service Account JSON File (cannot be used with `creds`)"
required: true
required: false
instance:
description: "CloudSQL instance"
required: true
Expand Down

0 comments on commit 186ed33

Please sign in to comment.