Skip to content

Commit

Permalink
add logging [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2025
1 parent c902f85 commit a65e1b6
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 @@ -116,6 +116,9 @@ jobs:
is_qualification=$(inv -e release.is-qualification -r 6.53.x --output)
echo "is_qualification: $is_qualification"
echo "IS_QUALIFICATION=$is_qualification" >> $GITHUB_ENV
echo "check github env"
cat $GITHUB_ENV | grep IS_QUALIFICATION
echo "end github env check"
echo IS_AGENT6_RELEASE: $IS_AGENT6_RELEASE
echo IS_QUALIFICATION: $IS_QUALIFICATION
echo HAS_CHANGES: ${{ steps.check_for_changes.outputs.CHANGES }}
Expand Down

0 comments on commit a65e1b6

Please sign in to comment.