Skip to content

Commit

Permalink
Fix lambda deploys?
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jul 5, 2024
1 parent 1323a84 commit 12b7e4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-all-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
run: |
printenv
git clone https://github.com/${{ github.repository }}
cd ${{ github.repository_id }}
cd ${{ github.event.repository.name }}
git checkout ${{ github.sha }}
# Change the working directory of all steps
echo "RUNNER_WORKSPACE=/__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}" >> $GITHUB_ENV
- name: Find package names
working-directory: ${{ github.repository_id }}
Expand Down

0 comments on commit 12b7e4e

Please sign in to comment.