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 5ef6f0c commit 7b191d5Copy full SHA for 7b191d5
.github/workflows/validate_and_fix_markdown.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Commit changes
38
run: |
39
git fetch origin
40
- git checkout ${{ github.event.pull_request.head.ref }}
+ git checkout -b ${{ github.event.pull_request.head.ref }} origin/${{ github.event.pull_request.head.ref }}
41
git add -A
42
git commit -m "Fix Markdown syntax issues" || echo "No changes to commit"
43
git pull --rebase origin ${{ github.event.pull_request.head.ref }} || echo "No rebase needed"
0 commit comments