Skip to content

Commit

Permalink
[actions] update rebase action to use reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 2, 2022
1 parent 9d26ac6 commit 8c478ba
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/rebase.yml
Expand Up @@ -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 }}

0 comments on commit 8c478ba

Please sign in to comment.