From 56000abe8da5471e7eb605349d426d8eedd5a24c Mon Sep 17 00:00:00 2001 From: Steel Wagstaff Date: Fri, 4 Mar 2022 11:45:06 -0800 Subject: [PATCH] Update update-pot.yml update git auto commit version --- .github/workflows/update-pot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-pot.yml b/.github/workflows/update-pot.yml index 5a453cd..afc6f01 100644 --- a/.github/workflows/update-pot.yml +++ b/.github/workflows/update-pot.yml @@ -29,7 +29,7 @@ jobs: - name: Update POT file run: wp pb make-pot . languages/pressbooks-aldine.pot --require=vendor/autoload.php --domain=pressbooks-aldine --slug=pressbooks-aldine --package-name="Aldine" --headers="{\"Report-Msgid-Bugs-To\":\"https://github.com/pressbooks/pressbooks-aldine/issues\"}" - name: Commit updated POT file - uses: stefanzweifel/git-auto-commit-action@v4.1.1 + uses: stefanzweifel/git-auto-commit-action@v4.13.1 with: commit_message: 'chore(l10n): update languages/pressbooks-aldine.pot' file_pattern: '*.pot'