From 6f6ca4ebcd83145b41f2cd4cb1b2a0aa2fb686b8 Mon Sep 17 00:00:00 2001 From: etwodev Date: Sun, 5 Oct 2025 19:32:43 +0100 Subject: [PATCH] chore: update main.go --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index eec67c1..9f6360d 100644 --- a/action.yml +++ b/action.yml @@ -64,7 +64,6 @@ runs: - "${{ inputs.repo-username }}" - "-repo-pass" - "${{ inputs.repo-password }}" - - "-insecure" - - "${{ inputs.tls-skip-verify }}" + - ${{ inputs.tls-skip-verify == 'true' && '-insecure' || '' }} - "-env" - "${{ inputs.env-data }}"