From 8bbacf4b680f97957f362997d540edc38d83b34e Mon Sep 17 00:00:00 2001 From: YashSaxenaCT <101983853+YashSaxenaCT@users.noreply.github.com> Date: Mon, 20 Jun 2022 11:03:58 +0530 Subject: [PATCH] Update quali.yml (#621) --- .github/workflows/quali.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quali.yml b/.github/workflows/quali.yml index dd814035e..c179f8630 100644 --- a/.github/workflows/quali.yml +++ b/.github/workflows/quali.yml @@ -26,7 +26,7 @@ on: description: "the AP models to test" ap_version: required: true - default: "next-latest" + default: "release-latest" description: "revision of firmware to flash on AP, -" marker_expression: required: true @@ -55,7 +55,7 @@ jobs: id: vars run: | echo ::set-output name=openwifi::$(echo "${{ github.event.inputs.openwifi_revision || 'main' }}") - echo ::set-output name=ap_version::$(echo "${{ github.event.inputs.ap_version || 'next-latest' }}") + echo ::set-output name=ap_version::$(echo "${{ github.event.inputs.ap_version || 'release-latest' }}") echo ::set-output name=marker_expression::$(echo "${{ github.event.inputs.marker_expression || 'ow_sanity_lf' }}") echo ::set-output name=existing_controller::$(echo "${{ github.event.inputs.existing_controller || 'qa01' }}")