File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments