Skip to content

* updated readme.txt; #265

* updated readme.txt;

* updated readme.txt; #265

Workflow file for this run

name: Generate POT file
on:
push:
branches:
- master
jobs:
WP_Generate_POT_File:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: WordPress .pot File Generator
uses: iamdharmesh/action-wordpress-pot-generator@main
with:
destination_path: './languages'
slug: 'jobboardwp'
text_domain: 'jobboardwp'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}