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