Merge pull request #116 from HideyoshiSolutions/fixes-refresh-pipeline
Fixes Refresh Pipeline
This commit is contained in:
2
.github/workflows/refresh-deployment.yml
vendored
2
.github/workflows/refresh-deployment.yml
vendored
@@ -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 == '' }}
|
||||
|
||||
Reference in New Issue
Block a user