Skip to content

Commit ef4cbbb

Browse files
committed
fix: workflow on merge guide PR
1 parent 0b3301f commit ef4cbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/guide-pr-merged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
cd guide
4141
git switch ${{ steps.branch-names.outputs.base }}
42-
git reset --hard ${{ steps.branch-names.outputs.head }} --
4342
git branch
43+
git reset --hard ${{ steps.branch-names.outputs.head }} --
4444
git push origin ${{ steps.branch-names.outputs.base }} --force
4545

0 commit comments

Comments
 (0)