Skip to content

Commit

Permalink
chore: Update run.sh script with improved error handling and debug st…
Browse files Browse the repository at this point in the history
…atements
  • Loading branch information
andersy005 committed May 6, 2024
1 parent 45c4252 commit f857a2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion leap-catalog/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ runs:
using: "composite"
steps:
- run: |
set -e
echo "🔄 Initializing LEAP Catalog Action..."
echo "Arguments: version=$1, validation-path=$2, single-feedstock=$3, generation-path=$4, output-directory=$5"
Expand All @@ -47,4 +48,4 @@ runs:
fi
exit 0
shell: bash -e {0}
shell: bash

0 comments on commit f857a2b

Please sign in to comment.