Skip to content

Commit 7ac7b67

Browse files
committed
[actions] update rebase action to use reusable workflow
1 parent a5b2949 commit 7ac7b67

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/rebase.yml

+3-9
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)