From c21e0cd15d6a48b62aac0bd4ad2ff40c7b5b52e3 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 3 Nov 2022 20:45:39 -0700 Subject: [PATCH] [actions] update rebase action to use reusable workflow --- .github/workflows/rebase.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 5b6d04b..b9e1712 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -4,12 +4,6 @@ on: [pull_request_target] jobs: _: - name: "Automatic Rebase" - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - uses: ljharb/rebase@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: ljharb/actions/.github/workflows/rebase.yml@main + secrets: + token: ${{ secrets.GITHUB_TOKEN }}