From 2c4a0837ef20adfa46d0812b7dccfda58e2ebcea Mon Sep 17 00:00:00 2001 From: YashSaxenaCT <101983853+YashSaxenaCT@users.noreply.github.com> Date: Fri, 16 Jun 2023 09:38:27 +0530 Subject: [PATCH] Update quali.yml Changing the branch to next-latest --- .github/workflows/quali.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quali.yml b/.github/workflows/quali.yml index 6884efc059..42c238c155 100644 --- a/.github/workflows/quali.yml +++ b/.github/workflows/quali.yml @@ -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 || 'release-latest' }})" >> $GITHUB_OUTPUT + echo "ap_version=$(echo ${{ github.event.inputs.ap_version || 'next-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