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 17, 2024
1 parent 0bea9c8 commit 5da8219
Showing 1 changed file with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Synchorize Modules Version
name: Synchronize Module Versions
on:
workflow_dispatch:
pull_request:
Expand All @@ -15,12 +15,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Create branch
run: git checkout -b sync-management-layer-modules
#- name: Clone le-tf-infra-aws repo
# run: |
# cd ../
# git clone [email protected]:binbashar/le-tf-infra-aws.git
- name: list files
run: ls -la
#- name: Checkout le-tf-infra-aws repo
# uses: actions/checkout@v2
# with:
# repository: "binbashar/le-tf-infra-aws"
#- name: Sync modules
# run: |
# cd le-tf-infra-aws-template
Expand All @@ -31,10 +31,20 @@ jobs:
- name: Create PR
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Sync ${{ matrix.modules[1] }} module"
title: "Sync Management Layer modules"
body: "Sync ${{ matrix.modules[0] }} and ${{ matrix.modules[1] }} 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"
labels: |
enhancement
patch

0 comments on commit 5da8219

Please sign in to comment.