Skip to content

Commit

Permalink
Corrected a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 17, 2024
1 parent ea682c0 commit 035f3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ runs:
inputs.CLOUD_FORMATION_DEPLOY == 'true' &&
inputs.DOCKER_APP_NAME != '' &&
env.DEPLOY == 'true'
uses: ./.github/actions/database-deploy-deploy
uses: ./.github/actions/database-deploy
with:
BUILD_VERSION: ${{env.BUILD_VERSION}}
SQL_SERVER: ${{inputs.SQL_SERVER}}
Expand Down

0 comments on commit 035f3dc

Please sign in to comment.