Skip to content

Commit

Permalink
Fail action if curl does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiatek committed Dec 1, 2023
1 parent 127f87c commit 333041a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/update-dependents.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ -z "$WEBSITE_RESULT" ]; then
else
echo "Failed to trigger workflow:"
echo $WEBSITE_RESULT
exit 1
fi

echo ""
Expand All @@ -37,4 +38,5 @@ if [ -z "$VOLTAIRE_RESULT" ]; then
else
echo "Failed to trigger workflow:"
echo $VOLTAIRE_RESULT
exit 1
fi

0 comments on commit 333041a

Please sign in to comment.