Skip to content

Commit

Permalink
Show PR info in job summary
Browse files Browse the repository at this point in the history
Job summaries are more visible than log messages from a step.
  • Loading branch information
victorlin committed Apr 10, 2024
1 parent f273307 commit e871ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_pr_for_downstream_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ jobs:

- name: Check outputs
run: |
echo "PR number: ${{ steps.cpr.outputs.pull-request-number }}"
echo "PR URL: ${{ steps.cpr.outputs.pull-request-url }}"
echo "PR number: ${{ steps.cpr.outputs.pull-request-number }}" >> "$GITHUB_STEP_SUMMARY"
echo "PR URL: ${{ steps.cpr.outputs.pull-request-url }}" >> "$GITHUB_STEP_SUMMARY"

0 comments on commit e871ecb

Please sign in to comment.