From 67bfe754c67214bd637b71090d5ab68546c1703a Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 16 Feb 2021 10:20:48 +0800 Subject: [PATCH] test: update rebase action --- .github/workflows/rebase.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index f9a33238..a94c6437 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -8,10 +8,10 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - with: - fetch-depth: 0 - - name: Automatic Rebase - uses: cirrus-actions/rebase@1.2 - env: - GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} + - uses: actions/checkout@master + with: + fetch-depth: 0 + - name: Automatic Rebase + uses: cirrus-actions/rebase@1.3 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}