Skip to content

fix: npm build

fix: npm build #23

Workflow file for this run

name: Update .pot file 🌐
on:
pull_request:
branches: [ dev ]
paths:
- '**.php'
- '**.js'
jobs:
update-pot-file:
uses: pressbooks/reusable-workflows/.github/workflows/update-pot.yml@fix/pot-trigger
secrets: inherit
with:
domain: 'pressbooks-fake-plugin'
slug: 'pressbooks-fake-plugin'
package_name: 'Pressbooks Fake Plugin'
headers: '{"Report-Msgid-Bugs-To": "https://github.com/pressbooks/fake-plugin/issues"}'
pull_request_number: ${{ github.event.pull_request.number }}