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 160f36b commit 335908a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: artifact_name
run: |
ARTIFACT=$(echo ${{ matrix.modules[1] }} | sed 's/\//_/g')
echo "$ARTIFACT" >> $GITHUB_OUTPUT
echo "ARTIFACT=$ARTIFACT" >> $GITHUB_OUTPUT
- name: Upload Workspace
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 335908a

Please sign in to comment.