Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acaiado committed Mar 7, 2024
1 parent 571bab4 commit 62e4d9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,5 @@ jobs:
- name: Deploy
run: |
echo ${{ needs.prepare.outputs.deploy }}
echo ${{ needs.prepare.outputs.deploy == "true" }}
echo ${{ needs.prepare.outputs.deploy == true }}
echo "Deploying the app to ${{ needs.prepare.outputs.environment }} using ${{ github.event.repository.name }}:${{ needs.prepare.outputs.tag_version }} image"

0 comments on commit 62e4d9b

Please sign in to comment.