Fixes Refresh Pipeline

This commit is contained in:
2024-10-27 02:36:53 -03:00
parent 29ab75b929
commit c27849ddf6

View File

@@ -23,7 +23,7 @@ jobs:
uses: azure/k8s-set-context@v1
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBE_CONFIG }}
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Refresh Deployments
if: ${{ env.deployments == '' }}