Skip to content

Commit

Permalink
Merge pull request #7 from Poltio/hotfix/default-env-and-secrets
Browse files Browse the repository at this point in the history
convert default variable for env_vars and secrets to empty string
  • Loading branch information
gcg authored Jan 27, 2023
2 parents 991a36f + 0899767 commit ed22688
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ inputs:
CLOUD_RUN_SECRETS:
description: "Cloud Run secrets to mount or use env vars "
required: false
default: |
# Env Secrets
default: ""
CLOUD_RUN_ENV_VARS:
description: "Cloud Run env vars "
required: false
default: |
# Env vars
default: ""
ARTIFACT_REGISTRY_REGION:
description: "Google Artifact Registry region you want to use"
required: true
Expand Down

0 comments on commit ed22688

Please sign in to comment.