From afccd707e4b4046295f646e1a3683ec29025136f Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Wed, 26 Jan 2022 12:22:22 -0500 Subject: [PATCH] correct file path --- .github/workflows/pot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pot.yml b/.github/workflows/pot.yml index 6600e3e1..24159b32 100644 --- a/.github/workflows/pot.yml +++ b/.github/workflows/pot.yml @@ -17,7 +17,7 @@ jobs: run: npm install --global wp-pot-cli - name: Generate POT file - run: script/generate-pot + run: script/build-pot - name: Create Pull Request uses: peter-evans/create-pull-request@v3