Skip to content

Commit 6446ff4

Browse files
authored
patch for pipeline
1 parent 5208033 commit 6446ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_and_fix_markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config --global user.name "github-actions[bot]"
3636
3737
- name: Commit changes
38-
run: |
38+
run: |
3939
git fetch origin
4040
git checkout ${{ github.event.pull_request.head.ref }}
4141
git rebase origin/${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)