Skip to content

Commit

Permalink
Update deploy-to-production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kukrejaravi9 authored Sep 3, 2024
1 parent df2d6de commit 9089032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
echo "WORKFLOW_CANCELLED=true" >> GITHUB_OUTPUT
- name: Is cancelled
if: steps.test-step-two.outputs.WORKFLOW_CANCELLED == 'true'
if: ${{ steps.test-step-two.outputs.WORKFLOW_CANCELLED }} == 'true'
run: echo "cancelled() == true"

0 comments on commit 9089032

Please sign in to comment.