Skip to content

Commit

Permalink
try fix lambda deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jul 5, 2024
1 parent df30bb6 commit 1323a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-all-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# uses: actions/checkout@v3 Needs node 20 which amazonlinux2 doesn't have
run: |
printenv
git clone ${{ github.repositoryUrl }}
git clone https://github.com/${{ github.repository }}
cd ${{ github.repository_id }}
git checkout ${{ github.sha }}
Expand Down

0 comments on commit 1323a84

Please sign in to comment.