From 33bfab0501cf6cd3603b54ad4b342ab251d4587e Mon Sep 17 00:00:00 2001 From: Septs Date: Thu, 23 Jul 2020 16:53:37 +0800 Subject: [PATCH] update ci --- .github/workflows/test-your-pr.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-your-pr.yml b/.github/workflows/test-your-pr.yml index f0479ef..d762a66 100644 --- a/.github/workflows/test-your-pr.yml +++ b/.github/workflows/test-your-pr.yml @@ -10,10 +10,15 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@master + - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} + - uses: actions/checkout@v2 + with: + repository: NeoCloud/NeoNetwork-ROA + path: generated + - uses: actions/setup-python@v2 with: python-version: "3.x" @@ -23,4 +28,4 @@ jobs: - run: .scripts/generate-roa.sh - - run: cat generated/README.txt + - run: git -C generated diff README.txt