ci: match package Telegram harness to release ref

This commit is contained in:
Peter Steinberger
2026-04-27 14:06:00 +01:00
parent 52a1cbc1c6
commit 9ca4049861
4 changed files with 20 additions and 2 deletions

View File

@@ -18,6 +18,11 @@ on:
required: false
default: ""
type: string
harness_ref:
description: Source ref for the private QA harness; defaults to the dispatched workflow ref
required: false
default: ""
type: string
provider_mode:
description: QA provider mode
required: true
@@ -46,6 +51,11 @@ on:
required: false
default: ""
type: string
harness_ref:
description: Source ref for the private QA harness; defaults to the called workflow ref
required: false
default: ""
type: string
provider_mode:
description: QA provider mode
required: false
@@ -91,7 +101,7 @@ jobs:
- name: Checkout dispatch ref
uses: actions/checkout@v6
with:
ref: ${{ github.sha }}
ref: ${{ inputs.harness_ref || github.sha }}
fetch-depth: 1
- name: Set up Blacksmith Docker Builder