From dbba1de28f805827d6b15378f2544ccfffc93c6c Mon Sep 17 00:00:00 2001 From: YashSaxenaCT <101983853+YashSaxenaCT@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:01:45 +0530 Subject: [PATCH] Changing next to main latest (#1009) --- .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 5473d2d9c6..c20a815a5a 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: "main-latest" description: "revision of firmware to flash on AP, -" marker_expression: required: true @@ -65,7 +65,7 @@ jobs: id: vars run: | echo "openwifi=$(echo ${{ github.event.inputs.openwifi_revision || 'main' }})" >> $GITHUB_OUTPUT - echo "ap_version=$(echo ${{ github.event.inputs.ap_version || 'next-latest' }})" >> $GITHUB_OUTPUT + echo "ap_version=$(echo ${{ github.event.inputs.ap_version || 'main-latest' }})" >> $GITHUB_OUTPUT echo "marker_expression=$(echo ${{ github.event.inputs.marker_expression || 'ow_sanity_lf' }})" >> $GITHUB_OUTPUT echo "existing_controller=$(echo ${{ github.event.inputs.existing_controller || 'qa01' }})" >> $GITHUB_OUTPUT