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 716c5ee commit c7507dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sync-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: le-tf-infra-aws-template
- name: list files
run: ls -la
- name: Checkout le-tf-infra-aws repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: "binbashar/le-tf-infra-aws"
path: le-tf-infra-aws
- name: list files le-tf-infra-aws
run: ls -la
- name: see both repos
Expand Down

0 comments on commit c7507dd

Please sign in to comment.