Skip to content

Commit 5aa83fd

Browse files
committed
Align input naming
1 parent 5eb8240 commit 5aa83fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codex-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Codex Preview
33
on:
44
workflow_call:
55
inputs:
6-
environment:
6+
codex-env:
77
description: The environment to build the codex for
88
required: false
9-
default: "dev"
9+
default: "engineering"
1010
type: string
1111
path-pattern:
1212
description: The path pattern to check for changes
@@ -86,4 +86,4 @@ jobs:
8686
steps:
8787
- uses: elastic/docs-actions/codex/update-link-index@main
8888
with:
89-
environment: ${{ inputs.environment }}
89+
codex-env: ${{ inputs.codex-env }}

0 commit comments

Comments
 (0)