fix
This commit is contained in:
parent
2e06d2a137
commit
296f84334c
6
.github/workflows/build-pr.yml
vendored
6
.github/workflows/build-pr.yml
vendored
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user