Skip to content

Commit

Permalink
fix: correct deployment output parsing in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
solumath authored and peterdragun committed Oct 31, 2024
1 parent f2f3ba4 commit c63a412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
labels: '["no-deployment"]'
timeout-minutes: 5
outputs:
deploy: "${{ ! steps.check_deployment.outputs.result }}"
deploy: "${{ ! fromJson(steps.check_deployment.outputs.result) }}"

pre_commit_ci:
uses: vutfitdiscord/rubbergod/.github/workflows/lint.yml@main
Expand Down

0 comments on commit c63a412

Please sign in to comment.