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 320644c commit d067ef6
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions .github/workflows/sync-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,23 @@ jobs:
cd le-tf-infra-aws-template
ls -lha
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
- name: Create PR
uses: peter-evans/create-pull-request@v7
with:
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 d067ef6

Please sign in to comment.