From 1235efa481e96c9803494d564857d3a5b81250fb Mon Sep 17 00:00:00 2001 From: Qiao Han Date: Tue, 27 Feb 2024 16:32:53 +0800 Subject: [PATCH] chore: test pr diff --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6560768d..ef71fa993 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,14 @@ on: - develop jobs: + settings: + runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + steps: + - uses: actions/checkout@v4 + - run: gh pr diff --name-only ${{ github.event.pull_request.html_url }} + test: name: Test runs-on: ubuntu-latest