diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-10-29 10:12:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-29 10:12:30 +0800 |
| commit | d38fbaefe4e4e43f9febc1afb985227a221963ea (patch) | |
| tree | 6926b204b4f24571c1955df6044c9b9bf2de8982 /.github/workflows | |
| parent | a1032dd738305b56bd2df5b654dd8c5296408848 (diff) | |
Correct URL in auto-format PR body (#5427)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 8a444f0ad..82fd62461 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -51,7 +51,7 @@ jobs: path: pr-branch commit-message: "format code" title: "Format code for PR #${{ github.event.client_payload.pull_request.number }}" - body: "Automated code formatting for ${{ github.event.client_payload.pull_request.url }}" + body: "Automated code formatting for ${{ github.event.client_payload.pull_request.html_url }}" committer: ${{ steps.git-info.outputs.bot_identity }} author: ${{ steps.git-info.outputs.bot_identity }} branch: format-${{ github.event.client_payload.pull_request.number }}-${{ github.event.client_payload.pull_request.head.ref }} |
