Skip to content

Commit

Permalink
Update quali.yml (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSaxenaCT authored and anil-tegala committed Jun 29, 2022
1 parent ebfcfa9 commit 5c9f83e
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: "release-latest"
description: "revision of firmware to flash on AP, <branch>-<commit>"
marker_expression:
required: true
Expand Down Expand Up @@ -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' }}")
Expand Down

0 comments on commit 5c9f83e

Please sign in to comment.