We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d13043e + b0dbe67 commit a438afbCopy full SHA for a438afb
.github/workflows/jan-tauri-build-nightly.yaml
@@ -106,7 +106,7 @@ jobs:
106
new_version: ${{ needs.get-update-version.outputs.new_version }}
107
channel: nightly
108
cortex_api_port: '39261'
109
- disable_updater: ${{ github.event.inputs.disable_updater }}
+ disable_updater: ${{ github.event.inputs.disable_updater == 'true' }}
110
111
sync-temp-to-latest:
112
needs:
0 commit comments