Skip to content

Commit

Permalink
Changing next to main latest (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSaxenaCT authored Dec 4, 2024
1 parent 7a997a6 commit dbba1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quali.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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, <branch>-<commit>"
marker_expression:
required: true
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dbba1de

Please sign in to comment.