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 5429a60 commit 629bb64Copy full SHA for 629bb64
.github/workflows/tidy.yml
@@ -15,6 +15,6 @@ jobs:
15
- run: tidy -config tidyconf.txt -o index.html index.html
16
- uses: peter-evans/create-pull-request@v3
17
with:
18
- title: "chore(tidy): tidy up document"
19
- commit-message: "Tidied up document using tidy-html5"
+ title: "Tidied up document using tidy-html5"
+ commit-message: "chore(tidy): tidy up document"
20
branch: html-tidy
0 commit comments