Skip to content

Commit

Permalink
FIX: Update spendmanagement-identity-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmattioli authored May 10, 2024
1 parent d9efa6f commit 13bbaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spendmanagement-identity-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
env:
DEPLOY_URL: 'https://api.render.com/deploy/srv-cov12mfsc6pc73atde8g?key=GM5ok5a3IKo'
IMAGE_URL: 'docker.io/fmattioli/spendmanagement-identity-api:latest'
VERSION_UPDATE_TYPE: '${{ needs.bump.outputs.version_update_type }}'
VERSION_UPDATE_TYPE: ${{ needs.bump.outputs.version_update_type }}
steps:
- name: Deploy Render
if: github.ref == 'refs/heads/main' && env.VERSION_UPDATE_TYPE == 'MINOR' || env.VERSION_UPDATE_TYPE == 'REVISION'
Expand Down

0 comments on commit 13bbaa7

Please sign in to comment.