diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 20de575..dffa0c3 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -9,7 +9,7 @@ jobs: build-pr: - name: "Build PR ${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}" + name: "Build PR #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}" runs-on: ubuntu-latest steps: