From 482c7fdd3950bcf0f9e06c470359f5362d3778c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Fri, 12 Apr 2024 09:54:20 +1000 Subject: [PATCH] chore: Update tidy.yml to use create-pull-request@v6 --- .github/workflows/tidy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index e743c4903..97fc68625 100644 --- a/.github/workflows/tidy.yml +++ b/.github/workflows/tidy.yml @@ -4,6 +4,8 @@ on: push: branches: - gh-pages + paths: + - index.html jobs: tidy: @@ -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"