- CI: updated nightly to print new commits when running on schedule

This commit is contained in:
Magesh K
2025-02-08 13:43:06 +05:30
parent 77833c6ffc
commit caa38cfcae
2 changed files with 7 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ jobs:
- name: Set Release Channel info for build number bumper
run: |
echo "RELEASE_CHANNEL=${{ inputs.release_tag }}" >> $GITHUB_OUTPUT
echo "RELEASE_CHANNEL=${{ inputs.release_tag }}" >> $GITHUB_ENV
echo "RELEASE_CHANNEL=${RELEASE_CHANNEL}"