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 df4fa41 commit 3de426aCopy full SHA for 3de426a
.github/workflows/validate_and_fix_markdown.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
git fetch origin
40
git checkout ${{ github.event.pull_request.head.ref }}
41
- git rebase origin/${{ github.event.pull_request.head.ref }}
42
git add -A
+ git rebase origin/${{ github.event.pull_request.head.ref }}
43
git commit -m "Fix Markdown syntax issues" || echo "No changes to commit"
44
git push origin HEAD:${{ github.event.pull_request.head.ref }}
0 commit comments