Skip to content

Commit

Permalink
Update .github/workflows/update-mqt-core.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Burgholzer <burgholzer@me.com>
  • Loading branch information
DRovara and burgholzer authored Aug 9, 2024
1 parent 44cd249 commit 6c8edd3
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/reusable-mqt-core-update.yml@v1.1.5
with:
update-to-head: ${{ github.event.inputs.update-to-head != '' && fromJSON(github.event.inputs.update-to-head) || false }}
update-to-head: ${{ github.event.inputs.update-to-head || false }}

0 comments on commit 6c8edd3

Please sign in to comment.