Skip to content

Commit 611e98b

Browse files
authored
ci: use updatecli pipeline subcommand (#2266)
Signed-off-by: Bruno Verachten <gounthar@gmail.com>
1 parent 5064c3d commit 611e98b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# It uses the "diff" command of updatecli with the specified config and values files
3030
# The GitHub token is passed as an environment variable
3131
- name: Run Updatecli in Dry Run mode
32-
run: updatecli diff --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml
32+
run: updatecli pipeline diff --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml
3333
env:
3434
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535

@@ -38,6 +38,6 @@ jobs:
3838
# The GitHub token is passed as an environment variable
3939
- name: Run Updatecli in Apply mode
4040
if: github.ref == 'refs/heads/main'
41-
run: updatecli apply --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml
41+
run: updatecli pipeline apply --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml
4242
env:
4343
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)