Skip to content

Commit 250a277

Browse files
committed
[actions] update rebase action to use reusable workflow
1 parent e2618d2 commit 250a277

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/rebase.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ on: [pull_request_target]
44

55
jobs:
66
_:
7-
name: "Automatic Rebase"
8-
9-
runs-on: ubuntu-latest
10-
11-
steps:
12-
- uses: actions/checkout@v2
13-
- uses: ljharb/rebase@master
14-
env:
15-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7+
uses: ljharb/actions/.github/workflows/rebase.yml@main
8+
secrets:
9+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)