From 296f84334c3c67658fc6f954e6c94b442206c086 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 21 Sep 2021 17:19:16 +0200 Subject: [PATCH] fix --- .github/workflows/build-pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index b2e21b3..9e4225a 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -9,15 +9,15 @@ jobs: build-pr: - name: Build PR ${{ github.event.pull_request.number }} + name: Build PR #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }} runs-on: ubuntu-latest steps: - name: Step 1 shell: bash - run: echo "step 1 of ${{ github.event.pull_request.number }}" + run: echo "step 1 of #${{ github.event.pull_request.number }}" - name: Step 2 shell: bash - run: echo "step 2 of ${{ github.event.pull_request.number }}" + run: echo "step 2 of #${{ github.event.pull_request.number }}"