Skip to content

Commit 7440108

Browse files
committed
fixes
1 parent 2ad243c commit 7440108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/delete-control-plane-app/delete-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828

2929
# Delete the application
3030
echo "🗑️ Deleting application: $APP_NAME"
31-
if ! cpflow delete -a "$APP_NAME" --org "$CPLN_ORG"; then
31+
if ! cpflow delete -a "$APP_NAME" --org "$CPLN_ORG" --yes; then
3232
echo "❌ Failed to delete application: $APP_NAME" >&2
3333
exit 1
3434
fi

0 commit comments

Comments
 (0)