Skip to content

Commit

Permalink
Merge pull request #134 from velocitycareerlabs/chore/master-to-stagi…
Browse files Browse the repository at this point in the history
…ng-2024-01-07

chore/master-to-staging-2024-01-07
  • Loading branch information
ItayPodhajcer authored Jan 7, 2024
2 parents c3db664 + 1b68fbf commit 34f743b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fineract-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
workflow_id: 'external-version-update.yml',
ref: 'main',
inputs: {
'config-env': '${{ github.ref_name }}',
'config-env': '${{ github.ref_name == 'master' && format('{0}', 'prod') || github.ref_name }}',
'version': '${{ env.VER_NUM }}',
'service_name': '${{ env.UPDATE_SERVICE_NAME }}',
'image_sha': '${{ env.IMAGE_SHA }}'
Expand Down

0 comments on commit 34f743b

Please sign in to comment.