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 f429549 commit bf37076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Sync modules
run: |
cd le-tf-infra-aws-template
ls -la
chmod +x sync_modules.sh
./sync_modules.sh ../le-tf-infra-aws/${{ matrix.modules[0] }} ${{ matrix.modules[1] }}
git add ${{ matrix.modules[1] }}
Expand Down

0 comments on commit bf37076

Please sign in to comment.