We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb8240 commit 5aa83fdCopy full SHA for 5aa83fd
1 file changed
.github/workflows/codex-preview.yml
@@ -3,10 +3,10 @@ name: Codex Preview
3
on:
4
workflow_call:
5
inputs:
6
- environment:
+ codex-env:
7
description: The environment to build the codex for
8
required: false
9
- default: "dev"
+ default: "engineering"
10
type: string
11
path-pattern:
12
description: The path pattern to check for changes
@@ -86,4 +86,4 @@ jobs:
86
steps:
87
- uses: elastic/docs-actions/codex/update-link-index@main
88
with:
89
- environment: ${{ inputs.environment }}
+ codex-env: ${{ inputs.codex-env }}
0 commit comments