From 026569b215b74956e6350967754be98c8cc1652d Mon Sep 17 00:00:00 2001 From: prudhvigodithi Date: Wed, 31 Aug 2022 14:33:13 -0700 Subject: [PATCH] Add exclude patterns Signed-off-by: prudhvigodithi --- .github/workflows/increment-plugin-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/increment-plugin-versions.yml b/.github/workflows/increment-plugin-versions.yml index 5417ee7347..a5cfe9aaae 100644 --- a/.github/workflows/increment-plugin-versions.yml +++ b/.github/workflows/increment-plugin-versions.yml @@ -43,8 +43,8 @@ jobs: - '2.2' - '1.3' exclude: - - {repo: geospatial, branch: '1.3'} - - {repo: notifications, branch: '1.3'} + - {geospatial, '1.3'} + - {notifications, '1.3'} steps: - name: Check out OpenSearch repo uses: actions/checkout@v3