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 5208033 commit 6446ff4Copy full SHA for 6446ff4
.github/workflows/validate_and_fix_markdown.yml
@@ -35,7 +35,7 @@ jobs:
35
git config --global user.name "github-actions[bot]"
36
37
- name: Commit changes
38
- run: |
+ run: |
39
git fetch origin
40
git checkout ${{ github.event.pull_request.head.ref }}
41
git rebase origin/${{ github.event.pull_request.head.ref }}
0 commit comments