diff --git a/.github/workflows/trigger-workflow.yml b/.github/workflows/trigger-workflow.yml index d746418aae3..e6ec92ca46e 100644 --- a/.github/workflows/trigger-workflow.yml +++ b/.github/workflows/trigger-workflow.yml @@ -27,5 +27,5 @@ jobs: uses: actions/checkout@v3 with: repository: vasfvitor/tauri - ref: ${{inputs.tauriBranch}} + ref: ${{inputs.tauriBranch || inputs.tauriBranch.default}} path: tauri