Skip to content

Commit 3de426a

Browse files
authored
-> rebase
1 parent df4fa41 commit 3de426a

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
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
git fetch origin
4040
git checkout ${{ github.event.pull_request.head.ref }}
41-
git rebase origin/${{ github.event.pull_request.head.ref }}
4241
git add -A
42+
git rebase origin/${{ github.event.pull_request.head.ref }}
4343
git commit -m "Fix Markdown syntax issues" || echo "No changes to commit"
4444
git push origin HEAD:${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)