From 876a68c5e962ccacf0c419965e0c95db83064860 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Thu, 27 Feb 2025 14:15:36 +0000 Subject: [PATCH] Update action.yml --- action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/action.yml b/action.yml index d2b158b..ef6a483 100644 --- a/action.yml +++ b/action.yml @@ -43,11 +43,6 @@ runs: - name: Retrieve Secrets shell: sh run: | - if [ -z "$BW_SESSION" ]; then - echo "❌ BW_SESSION is not set. Please log in to Bitwarden first." - exit 1 - fi - echo "${{ inputs.secrets }}" | while IFS='>' read SECRET_ID ENV_VAR; do SECRET_ID=$(echo "$SECRET_ID" | sed 's/^ *//;s/ *$//') ENV_VAR=$(echo "$ENV_VAR" | sed 's/^ *//;s/ *$//')