We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931a0e2 commit 11d1cb1Copy full SHA for 11d1cb1
.github/workflows/update-mqt-core.yml
@@ -23,4 +23,4 @@ jobs:
23
name: ⬆️ Update MQT Core
24
uses: cda-tum/mqt-workflows/.github/workflows/reusable-mqt-core-update.yml@v1.4
25
with:
26
- update-to-head: ${{ github.event.inputs.update-to-head || false }}
+ update-to-head: ${{ github.event.inputs.update-to-head == 'true' }}
0 commit comments