From d13587085efbcb97ef54a6cd01ef51106b54d7ff Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 29 Oct 2024 09:28:49 +0800 Subject: [PATCH] Correct URL in auto-format PR body --- .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 8a444f0ad2..82fd624616 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 }}