Skip to content

Commit

Permalink
fix: 👷 Possibly fix error of Update MQT Core workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DRovara committed Aug 7, 2024
1 parent d14a228 commit 3bccba6
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: ${{ fromJSON(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 3bccba6

Please sign in to comment.