Skip to content

Commit

Permalink
fixup! feat(SYNC-MODULES): Add modules syncronization with le-tf-infr…
Browse files Browse the repository at this point in the history
…a-aws repo
  • Loading branch information
renemontilva committed Nov 18, 2024
1 parent 335908a commit 12c52ec
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions .github/workflows/sync-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 12c52ec

Please sign in to comment.