From 40c1fcb3a71b924ba814272c56376eb702ad89b1 Mon Sep 17 00:00:00 2001 From: Lyda <1829913225@qq.com> Date: Tue, 31 Mar 2026 19:10:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20kubectl=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=9D=A1=E4=BB=B6=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=86=97?= =?UTF-8?q?=E4=BD=99=E7=9A=84=20skipped=20=E7=8A=B6=E6=80=81=E6=A3=80?= =?UTF-8?q?=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-env/action.yml b/config-env/action.yml index a61774c..9d2d46c 100644 --- a/config-env/action.yml +++ b/config-env/action.yml @@ -69,7 +69,7 @@ runs: ENABLE_VALIDATION: ${{ inputs.enable-validation }} - name: 配置 kubectl - if: ${{ inputs.kube-config != '' && steps.validate-tools.outputs.kubectl-version != 'not-found' && steps.validate-tools.outputs.kubectl-version != 'skipped' }} + if: ${{ inputs.kube-config != '' && steps.validate-tools.outputs.kubectl-version != 'not-found' }} shell: bash run: bash ${{ github.action_path }}/scripts/configure-kubectl.sh env: