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 3a68f97 commit 5168c2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ jobs:
cd le-tf-infra-aws-template
chmod +x sync_modules.sh
./sync_modules.sh ../le-tf-infra-aws/${{ matrix.modules[0] }} template/${{ matrix.modules[1] }}
- name: Generate Artifact Name
id: artifact_name
run: echo "ARTIFACT=sed -e 's/\//_/g' <<< ${{ matrix.modules[1] }}" >> $GITHUB_OUTPUT
- name: Upload Workspace
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}
name: pull-request-${{ github.job }}
name: pull-request-${{ steps.artifact_name.outputs.ARTIFACT }}
include-hidden-files: true
pull_request:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5168c2f

Please sign in to comment.