Skip to content

Commit 1232bee

Browse files
authored
pull changes
1 parent 50b979f commit 1232bee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate_and_fix_markdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
env:
4040
PR_BRANCH: ${{ github.head_ref || github.ref_name }}
4141
run: |
42+
git pull origin "$PR_BRANCH" || echo "Failed to pull latest changes"
4243
git add -A
4344
git commit -m "Fix Markdown syntax issues" || echo "No changes to commit"
4445
git pull --rebase origin "$PR_BRANCH" || echo "No rebase needed"

0 commit comments

Comments
 (0)