Skip to content

Commit 629bb64

Browse files
chore(tidy.yml): flip title and commit-message
1 parent 5429a60 commit 629bb64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- run: tidy -config tidyconf.txt -o index.html index.html
1616
- uses: peter-evans/create-pull-request@v3
1717
with:
18-
title: "chore(tidy): tidy up document"
19-
commit-message: "Tidied up document using tidy-html5"
18+
title: "Tidied up document using tidy-html5"
19+
commit-message: "chore(tidy): tidy up document"
2020
branch: html-tidy

0 commit comments

Comments
 (0)