Skip to content

Commit 5cff19b

Browse files
authored
pull rebase
1 parent 69ae8e6 commit 5cff19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_and_fix_markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
git fetch origin
4040
git checkout ${{ github.event.pull_request.head.ref }}
4141
git add -A
42-
git rebase origin/${{ github.event.pull_request.head.ref }}
4342
git commit -m "Fix Markdown syntax issues" || echo "No changes to commit"
43+
git pull --rebase origin ${{ github.event.pull_request.head.ref }} || echo "No rebase needed"
4444
git push origin HEAD:${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)