Skip to content

Commit

Permalink
dac workflow: add input for cli version
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine THEBAUD <[email protected]>
  • Loading branch information
Antoine THEBAUD committed Dec 20, 2024
1 parent e8478fa commit aada022
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
description: If present, the project scope for this CLI request.
type: string
required: false
cli_version:
description: Version of percli to install
type: string
required: false
# skip:
skip-preview:
description: Skip the dashboard preview stage if provided.
Expand Down Expand Up @@ -89,7 +93,7 @@ jobs:
- name: Install percli
uses: perses/github-actions/actions/install_percli@main
with:
cli_version: "latest"
cli_version: ${{ inputs.cli_version }}

- name: Build the dashboards
uses: perses/github-actions/actions/build_dac@main
Expand Down

0 comments on commit aada022

Please sign in to comment.