Skip to content

Commit

Permalink
print variables
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2025
1 parent f7da6e9 commit 0df1479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_rc_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ jobs:
run: |
is_qualification=$(inv -e release.is-qualification -r 6.53.x --output)
echo "IS_QUALIFICATION=$is_qualification" >> $GITHUB_ENV
echo IS_AGENT6_RELEASE: $IS_AGENT6_RELEASE
echo IS_QUALIFICATION: $IS_QUALIFICATION
echo HAS_CHANGES: ${{ steps.check_for_changes.outputs.CHANGES }}
- name: Create RC PR
if: ${{ steps.check_for_changes.outputs.CHANGES == 'true' || ( env.IS_AGENT6_RELEASE == 'true' && env.IS_QUALIFICATION == 'false') }}
Expand Down

0 comments on commit 0df1479

Please sign in to comment.