Browse Source

Update update-pot.yml

update git auto commit version
pull/322/head
Steel Wagstaff 4 years ago committed by GitHub
parent
commit
56000abe8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/update-pot.yml

2
.github/workflows/update-pot.yml

@ -29,7 +29,7 @@ jobs:
- name: Update POT file - 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\"}" 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 - name: Commit updated POT file
uses: stefanzweifel/git-auto-commit-action@v4.1.1 uses: stefanzweifel/git-auto-commit-action@v4.13.1
with: with:
commit_message: 'chore(l10n): update languages/pressbooks-aldine.pot' commit_message: 'chore(l10n): update languages/pressbooks-aldine.pot'
file_pattern: '*.pot' file_pattern: '*.pot'

Loading…
Cancel
Save