We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3301f commit ef4cbbbCopy full SHA for ef4cbbb
.github/workflows/guide-pr-merged.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
cd guide
41
git switch ${{ steps.branch-names.outputs.base }}
42
- git reset --hard ${{ steps.branch-names.outputs.head }} --
43
git branch
+ git reset --hard ${{ steps.branch-names.outputs.head }} --
44
git push origin ${{ steps.branch-names.outputs.base }} --force
45
0 commit comments