From 422da8a0ccf48502cd3ee9e371f8111a649b3255 Mon Sep 17 00:00:00 2001 From: xRain Date: Wed, 19 Jun 2024 04:59:28 +0800 Subject: [PATCH] fix wxyy --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 359dece..5820883 100644 --- a/action.yml +++ b/action.yml @@ -14,4 +14,4 @@ runs: with: entrypoint: "/bin/bash" args: | - -c "kubectl -s ${{vars.SIMCU_K8S_URL}} --token ${{vars.SIMCU_K8S_TOKEN}} -n ${{inputs.namespace}} set image deployment/${{inputs.deployment}} container-0=${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }}" + -c "kubectl -s ${{vars.SIMCU_K8S_URL}} --token ${{vars.SIMCU_K8S_TOKEN}} -n ${{inputs.namespace}} set image deployment/${{inputs.deployment}} container-0=${{vars.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }}"