From 52f16889204675cc43371299f14f1370491b807f Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 1 Apr 2023 14:24:19 +0800 Subject: [PATCH] [_] --- .github/workflows/pr-receive.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-receive.yml b/.github/workflows/pr-receive.yml index 316b58a5..109b3733 100644 --- a/.github/workflows/pr-receive.yml +++ b/.github/workflows/pr-receive.yml @@ -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