Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theturtle32 committed Oct 1, 2024
1 parent d7d3692 commit bd1d0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
AWS_ECR_ACCESS_KEY_TEST: ${{ secrets.AWS_ECR_ACCESS }}
AWS_ECR_ACCESS_SECRET_TEST: ${{ secrets.AWS_ECR_SECRET }}
Deploy:
needs: build
needs: Build
uses: dollarshaveclub/dsc-github-actions/.github/workflows/deploy.yml@main
with:
ecr: ${{ inputs.ecr }}
Expand Down

0 comments on commit bd1d0e6

Please sign in to comment.