Skip to content

more testing

more testing #3

Workflow file for this run

name: Generate POT
on:
push:
branches:
- master
- develop
jobs:
WP_POT_Generator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress POT Generator
uses: varunsridharan/action-wp-pot-generator@2.0
with:
save_path: './languages'
item_slug: '${{ github.event.repository.name }}'
domain: '${{ github.event.repository.name }}'
package_name: '${{ github.event.repository.name }}'
headers: '{"Report-Msgid-Bugs-To":"https://github.com/${{ github.event.repository.full_name }}/${{ github.event.repository.name }}/issues"}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}