fix
This commit is contained in:
parent
296f84334c
commit
81ab599799
4
.github/workflows/build-pr.yml
vendored
4
.github/workflows/build-pr.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
|
||||
- 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