Skip to content

Commit

Permalink
update GA generate POT with variables
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Nov 15, 2024
1 parent 5a65d09 commit 85a86dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/generate-pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@ on:
push:
branches:
- master
- main
- develop

jobs:
WP_POT_Generator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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/afragen/${{ github.event.repository.name }}/issues"}'
headers: '{"Report-Msgid-Bugs-To":"https://github.com/${{ github.event.repository.full_name }}/${{ github.event.repository.name }}/issues"}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 85a86dd

Please sign in to comment.