Skip to content

Commit

Permalink
.github/workflows/nightly.yml change default channel
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Sep 13, 2024
1 parent 7de55d7 commit fdfeb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
shell: bash
run: |
if [[ -z "${{ github.event.inputs.channel }}" ]]; then
echo "CHANNEL=beta" >> $GITHUB_ENV # default value for channel
echo "CHANNEL=alpha" >> $GITHUB_ENV # default value for channel
else
echo "CHANNEL=${{ github.event.inputs.channel }}" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit fdfeb01

Please sign in to comment.