We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad243c commit 7440108Copy full SHA for 7440108
1 file changed
.github/actions/delete-control-plane-app/delete-app.sh
@@ -28,7 +28,7 @@ fi
28
29
# Delete the application
30
echo "🗑️ Deleting application: $APP_NAME"
31
-if ! cpflow delete -a "$APP_NAME" --org "$CPLN_ORG"; then
+if ! cpflow delete -a "$APP_NAME" --org "$CPLN_ORG" --yes; then
32
echo "❌ Failed to delete application: $APP_NAME" >&2
33
exit 1
34
fi
0 commit comments