Skip to content

Commit

Permalink
Show PR URL 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 e3cf3c8 commit 9a43f17
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/make_pr_for_downstream_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,4 @@ jobs:
echo "$body" > "$body_file"
pr_url="$(gh pr create --title "$title" --body-file "$body_file" --draft)"
echo "pr_url=$pr_url" >> "$GITHUB_OUTPUT"
- name: Check outputs
run: |
echo "PR URL: ${{ steps.cpr.outputs.pr_url }}"
echo "Pull request created for ${{ inputs.repository }}: $pr_url" >> "$GITHUB_STEP_SUMMARY"

0 comments on commit 9a43f17

Please sign in to comment.