Skip to content

Commit

Permalink
Small fix, double brackets duplicated.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops committed Nov 12, 2024
1 parent 61b93e3 commit b64d9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
secrets: inherit
with:
environment: 'dev'
app_version: '${{ needs.build.outputs.app_version }} }}'
app_version: '${{ needs.build.outputs.app_version }}'
# deploy_preprod:
# name: Deploy to pre-production environment
# needs:
Expand Down

0 comments on commit b64d9d1

Please sign in to comment.