Skip to content

Commit

Permalink
[Refine] PR Action
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed Nov 5, 2024
1 parent 9c370d3 commit d1ffc6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/recce_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fetch-depth: 0

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

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit d1ffc6c

Please sign in to comment.