We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976b320 commit c218e38Copy full SHA for c218e38
1 file changed
.github/actions/cpflow-setup-environment/action.yml
@@ -17,13 +17,13 @@ inputs:
17
cpln_cli_version:
18
description: >-
19
@controlplane/cli version. Empty string falls back to the action's pinned default
20
- so callers can pass `${{ vars.CPLN_CLI_VERSION }}` unconditionally.
+ so callers can pass a repository-variable-backed input unconditionally.
21
required: false
22
default: ""
23
cpflow_version:
24
25
cpflow gem version. Empty string falls back to the action's pinned default
26
- so callers can pass `${{ vars.CPFLOW_VERSION }}` unconditionally.
27
28
29
0 commit comments