From a83d8ddf8ee4fae687cd3510e4bcc3ff5a448f93 Mon Sep 17 00:00:00 2001 From: Mishael Ogochukwu <49244132+mishael-o@users.noreply.github.com> Date: Sun, 19 May 2024 18:38:46 +0200 Subject: [PATCH] chore: Implemented creation of sync pull request in ci-cd.yml file. --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b5cd5b1..c6485e7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -185,7 +185,7 @@ jobs: create-sync-pr: if: ${{ github.ref_name == 'main' && inputs.create_sync_pr == true }} - name: Publish Packages + name: Create Sync PR needs: [build] runs-on: ubuntu-latest