From 908ce7362f2ba1c9e106d5837f1ad2230d900081 Mon Sep 17 00:00:00 2001 From: mmontes11 Date: Tue, 16 Jul 2024 19:29:32 +0200 Subject: [PATCH] Updated README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af23255..d27d299 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,15 @@ jobs: version: "${{ steps.version.outputs.version }}" fork-repo-name: "mariadb-operator/community-operators" upstream-repo-name: "k8s-operatorhub/community-operators" - bundle-path-dir: "bundle" - ci-path-file: "ci.yaml" - user-name: "Foo Bar" - user-email: "foobar@foobarcorp.com" + bundle-path-dir: "deploy/olm" + ci-path-file: "deploy/olm/ci.yaml" + user-name: "Martin Montes" + user-email: "martin11lrx@gmail.com" ``` +> [!NOTE] +> The provided paths match the manifests available in the current repository. + ### Example PRs - https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4154 \ No newline at end of file