From 12c52ec5acd0df346277298036b85028b3213a3f Mon Sep 17 00:00:00 2001 From: Rene Montilva Date: Mon, 18 Nov 2024 21:34:07 +0100 Subject: [PATCH] fixup! feat(SYNC-MODULES): Add modules syncronization with le-tf-infra-aws repo --- .github/workflows/sync-modules.yml | 46 ++++++++++++++++-------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/.github/workflows/sync-modules.yml b/.github/workflows/sync-modules.yml index c402d5a..cb60ac0 100644 --- a/.github/workflows/sync-modules.yml +++ b/.github/workflows/sync-modules.yml @@ -70,24 +70,28 @@ jobs: run: | pwd ls -la - - name: Create PR - uses: peter-evans/create-pull-request@v7 - with: - path: le-tf-infra-aws-template - commit-message: "Sync ${{ matrix.modules[1] }} module" - title: "Sync Management Layer modules" - body: | - ## What? - * Syncronize the management layer terraform modules versions with the le-tf-infra-aws repository. - - ## Why? - * To keep the management layer modules up to date with the le-tf-infra-aws repository. - - ## References - * [le-tf-infra-aws]() - branch: "sync-management-layer-modules" - branch-suffix: timestamp - base: "master" - labels: | - enhancement - patch + - name: Git status + run: | + cd le-tf-infra-aws-template + git status + #- name: Create PR + # uses: peter-evans/create-pull-request@v7 + # with: + # path: le-tf-infra-aws-template + # commit-message: "Sync ${{ matrix.modules[1] }} module" + # title: "Sync Management Layer modules" + # body: | + # ## What? + # * Syncronize the management layer terraform modules versions with the le-tf-infra-aws repository. + # + # ## Why? + # * To keep the management layer modules up to date with the le-tf-infra-aws repository. + # + # ## References + # * [le-tf-infra-aws]() + # branch: "sync-management-layer-modules" + # branch-suffix: timestamp + # base: "master" + # labels: | + # enhancement + # patch