Skip to content

Commit d1ffc6c

Browse files
committed
[Refine] PR Action
Signed-off-by: Kent Huang <[email protected]>
1 parent 9c370d3 commit d1ffc6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/recce_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Merge Base Branch into PR
18-
- uses: cycleapple/PR-Update@v1
19-
- with:
20-
- baseBranch: ${{ github.event.pull_request.base.ref }}
18+
uses: cycleapple/PR-Update@v1
19+
with:
20+
- baseBranch: ${{ github.event.pull_request.base.ref }}
2121

2222
- name: Set up Python
2323
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)