From 2abaf158ab76d39528c573dd7d1dcb600ee40f1a Mon Sep 17 00:00:00 2001 From: Daria Guy Date: Thu, 30 Oct 2025 13:55:52 +0200 Subject: [PATCH] Removed whitespaces --- .github/actions/parse-env-file/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/parse-env-file/action.yml b/.github/actions/parse-env-file/action.yml index 28bfeab..04a7328 100644 --- a/.github/actions/parse-env-file/action.yml +++ b/.github/actions/parse-env-file/action.yml @@ -25,7 +25,7 @@ runs: using: "composite" steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Parse release handle id: parse @@ -34,4 +34,4 @@ runs: cat "${{ inputs.env_file_path }}" | while IFS= read -r line || [[ -n "$line" ]]; do [[ -z "$line" || "$line" =~ ^# ]] && continue echo "$line" >> "$GITHUB_OUTPUT" - done \ No newline at end of file + done \ No newline at end of file