From 3f7a86ae607e41e5b71d2f97d20dfc6f1bc377f9 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 11 Mar 2024 14:41:20 +0100 Subject: [PATCH] Fixed formatting --- action.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index 714633fd..bb00f123 100644 --- a/action.yml +++ b/action.yml @@ -183,12 +183,11 @@ runs: fi done -# Check if the download was successful -if [ $success -ne 1 ]; then - echo "Failed to find the download URL after $max_retries attempts." - exit 1 -fi - + # Check if the download was successful + if [ $success -ne 1 ]; then + echo "Failed to find the download URL after $max_retries attempts." + exit 1 + fi - name: Extract Retriever shell: bash