Skip to content

Commit

Permalink
ci: 💚 Fix error in update-mqt-core workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DRovara committed Aug 19, 2024
1 parent 439f7da commit 89026a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-mqt-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
name: ⬆️ Update MQT Core
uses: cda-tum/mqt-workflows/.github/workflows/[email protected]
with:
update-to-head: ${{ github.event.inputs.update-to-head || false }}
update-to-head: ${{ github.event.inputs.update-to-head != '' && fromJSON(github.event.inputs.update-to-head) || false }}

0 comments on commit 89026a8

Please sign in to comment.