Skip to content

Commit cce187f

Browse files
committed
[fix] typo
Signed-off-by: Kent Huang <[email protected]>
1 parent d1ffc6c commit cce187f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recce_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Merge Base Branch into PR
1818
uses: cycleapple/PR-Update@v1
1919
with:
20-
- baseBranch: ${{ github.event.pull_request.base.ref }}
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)