fix
This commit is contained in:
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 }}"
|
||||
|
||||
Reference in New Issue
Block a user