Skip to content

* fixed using "/" or "@" symbols in search jobs field; #263

* fixed using "/" or "@" symbols in search jobs field;

* fixed using "/" or "@" symbols in search jobs field; #263

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 }}