Skip to content

Commit c218e38

Browse files
committed
Fix cpflow setup action metadata
1 parent 976b320 commit c218e38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/actions/cpflow-setup-environment

.github/actions/cpflow-setup-environment/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ inputs:
1717
cpln_cli_version:
1818
description: >-
1919
@controlplane/cli version. Empty string falls back to the action's pinned default
20-
so callers can pass `${{ vars.CPLN_CLI_VERSION }}` unconditionally.
20+
so callers can pass a repository-variable-backed input unconditionally.
2121
required: false
2222
default: ""
2323
cpflow_version:
2424
description: >-
2525
cpflow gem version. Empty string falls back to the action's pinned default
26-
so callers can pass `${{ vars.CPFLOW_VERSION }}` unconditionally.
26+
so callers can pass a repository-variable-backed input unconditionally.
2727
required: false
2828
default: ""
2929

0 commit comments

Comments
 (0)