diff --git a/.github/workflows/sync_modules.yml b/.github/workflows/sync_modules.yml index 2833842..1ab62a2 100644 --- a/.github/workflows/sync_modules.yml +++ b/.github/workflows/sync_modules.yml @@ -14,17 +14,17 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Clone le-tf-infra-aws repo - run: | - cd ../ - git clone git@github.com:binbashar/le-tf-infra-aws.git - - name: Sync modules - run: | - cd le-tf-infra-aws-template - chmod +x sync_modules.sh - ./sync_modules.sh ${{ matrix.modules[0] }} ${{ matrix.modules[1] }} - git add ${{ matrix.modules[1] }} - git commit -m "Sync ${{ matrix.modules[1] }} module" + #- name: Clone le-tf-infra-aws repo + # run: | + # cd ../ + # git clone git@github.com:binbashar/le-tf-infra-aws.git + #- name: Sync modules + # run: | + # cd le-tf-infra-aws-template + # chmod +x sync_modules.sh + # ./sync_modules.sh ${{ matrix.modules[0] }} ${{ matrix.modules[1] }} + # git add ${{ matrix.modules[1] }} + # git commit -m "Sync ${{ matrix.modules[1] }} module" - name: Create PR uses: peter-evans/create-pull-request@v7 with: @@ -33,5 +33,5 @@ jobs: title: "Sync Management Layer modules" body: "Sync ${{ matrix.modules[0] }} and ${{ matrix.modules[1] }} modules" branch: "sync-management-layer-modules" - base: "main" + base: "master" labels: "enhancement"