Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MSt-10 committed Mar 11, 2024
1 parent a7514e5 commit 3f7a86a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f7a86a

Please sign in to comment.