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 50b979f commit 1232beeCopy full SHA for 1232bee
.github/workflows/validate_and_fix_markdown.yml
@@ -39,6 +39,7 @@ jobs:
39
env:
40
PR_BRANCH: ${{ github.head_ref || github.ref_name }}
41
run: |
42
+ git pull origin "$PR_BRANCH" || echo "Failed to pull latest changes"
43
git add -A
44
git commit -m "Fix Markdown syntax issues" || echo "No changes to commit"
45
git pull --rebase origin "$PR_BRANCH" || echo "No rebase needed"
0 commit comments