Skip to content

Commit

Permalink
Update deploy-all-lambdas.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jul 5, 2024
1 parent 456f1cd commit 6a2b62a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-all-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
./aws/install
- name: Check out repository
# uses: actions/checkout@v3
# uses: actions/checkout@v3 Needs node 20 which amazonlinux2 doesn't have
run: |
git clone https://github.com/${{ github.repository }}
cd penny-bot
git checkout ${{ github.sha }}
- name: Find package names
Expand Down

0 comments on commit 6a2b62a

Please sign in to comment.