summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/format.yml2
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 }}