From 55600dc15ca0ddf291da5a275c83a4887e9d578c Mon Sep 17 00:00:00 2001 From: Rene Montilva Date: Mon, 18 Nov 2024 22:38:17 +0100 Subject: [PATCH] fixup! feat(SYNC-MODULES): Add modules syncronization with le-tf-infra-aws repo --- .github/workflows/sync-modules.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sync-modules.yml b/.github/workflows/sync-modules.yml index 3cfc556..931b140 100644 --- a/.github/workflows/sync-modules.yml +++ b/.github/workflows/sync-modules.yml @@ -74,7 +74,6 @@ jobs: run: | cd le-tf-infra-aws-template ls -lha - git add sync_modules.sh git status - name: Create PR uses: peter-evans/create-pull-request@v7 @@ -93,7 +92,7 @@ jobs: * [le-tf-infra-aws]() branch: "sync-management-layer-modules" branch-suffix: timestamp - base: ${{ github.head_ref }} + base: master labels: | enhancement patch