Skip to content

Commit

Permalink
fix: error local router.
Browse files Browse the repository at this point in the history
Signed-off-by: joyceliu <[email protected]>
  • Loading branch information
joyceliu committed Sep 4, 2024
1 parent cfa37d3 commit 10ec68d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-feature-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
if: ${{ steps.check_pr.outputs.pr_merged == 'true' }}
run: |
rm -rf feature && mkdir -p feature
rm -rf feature-branch/vendor
cp -r feature-branch/* feature/
rm -rf feature-branch
Expand Down

0 comments on commit 10ec68d

Please sign in to comment.