Skip to content

Commit

Permalink
Add echo for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-murzyn committed Nov 13, 2024
1 parent 980c593 commit ea1796f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_rc_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
echo "CHANGES=$(inv -e release.check-for-changes -r "$MATRIX" "$WARNING")" >> $GITHUB_OUTPUT
else
echo "CHANGES=$(inv -e release.check-for-changes -r "$MATRIX")" >> $GITHUB_OUTPUT
echo $CHANGES
fi
- name: Create RC PR
Expand Down

0 comments on commit ea1796f

Please sign in to comment.