Skip to content

Commit

Permalink
chore: Update tidy.yml to use create-pull-request@v6
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Apr 11, 2024
1 parent 1bd4be6 commit 482c7fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- gh-pages
paths:
- index.html

jobs:
tidy:
Expand All @@ -13,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- run: brew install tidy-html5
- run: tidy -config tidyconfig.txt -o index.html index.html
- uses: peter-evans/create-pull-request@v3
- uses: peter-evans/create-pull-request@v6
with:
title: "Tidied up document using tidy-html5"
commit-message: "chore: tidy up index.html"
Expand Down

0 comments on commit 482c7fd

Please sign in to comment.