Skip to content

Commit

Permalink
fix: arruma nome do script
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansouzaa3 committed Oct 8, 2024
1 parent 96b2f6b commit 145395f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_deploy_lambda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Create infra and deploy
run: |
chmod +x deployment/scripts/create_infra_lambda.sh
./deployment/scripts/create_infra_lamba.sh ${{ env.AWS_REGION }}
./deployment/scripts/create_infra_lambda.sh ${{ env.AWS_REGION }}
env:
Expand Down

0 comments on commit 145395f

Please sign in to comment.