Skip to content

Commit 24c1515

Browse files
committed
Fix workflow file
1 parent 9eaaea4 commit 24c1515

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/markdown-normalize.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ jobs:
1515
steps:
1616
- name: Git checkout
1717
uses: actions/checkout@v4
18-
with:
19-
ref: ${{ github.head_ref }}
2018

2119
- name: Prettify markdown
2220
uses: creyD/prettier_action@v4.3
2321
with:
2422
prettier_options: --write **/*.md
25-
commit_message: "Formatted markdown"

0 commit comments

Comments
 (0)