Skip to content

Commit

Permalink
Fix Lambda Deploys (#215)
Browse files Browse the repository at this point in the history
* Manually install node 20

* manually clone
  • Loading branch information
MahdiBM authored Jul 5, 2024
1 parent 5388e8e commit 456f1cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-all-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
./aws/install
- name: Check out repository
uses: actions/checkout@v3
# uses: actions/checkout@v3
run: |
git clone https://github.com/${{ github.repository }}
git checkout ${{ github.sha }}
- name: Find package names
id: find_package_names
Expand Down

0 comments on commit 456f1cd

Please sign in to comment.