[_]
This commit is contained in:
parent
997af43242
commit
52f1688920
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pr-receive.yml
vendored
3
.github/workflows/pr-receive.yml
vendored
|
|
@ -10,13 +10,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Save PR number
|
||||
run: |
|
||||
mkdir -p ./pr
|
||||
echo ${{ github.event.number }} > ./pr/NR
|
||||
echo ${{ github.event.pull_request.head.sha }} > ./pr/SHA
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: pr
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue