From d38fbaefe4e4e43f9febc1afb985227a221963ea Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 29 Oct 2024 10:12:30 +0800 Subject: Correct URL in auto-format PR body (#5427) --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- cgit v1.2.3