Skip to content
This repository was archived by the owner on Sep 11, 2026. It is now read-only.

Commit 02c2688

Browse files
committed
use snakecase for action parameter names
1 parent 4d5ac5c commit 02c2688

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ inputs:
66
directory:
77
description: 'Path (relative to repo root) to the Terraform/OpenTofu recipe'
88
required: true
9-
recipe-nickname:
9+
recipe_nickname:
1010
description: 'Nickname for this recipe that you set on the platform'
1111
required: true
1212
host:
1313
description: 'Base URL of the platform host (used as OIDC audience and upload target)'
1414
required: false
1515
default: 'https://infra-app-916613094271.europe-west1.run.app'
16-
gcp-credentials-json:
16+
gcp_credentials_json:
1717
description: 'GCP service account JSON credentials for authenticating with Google Cloud Provider'
1818
required: false
1919

0 commit comments

Comments
 (0)