Modified the workflow to include the correct textdomain.

This commit is contained in:
Frank419
2024-08-29 07:56:11 +08:00
parent 28007ec356
commit 3ee6a377f3
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
sed -i '/^\t<!-- start config -->.*/a\
<file>.</file>
' phpcs.xml
sed -i '/MY_DOMAIN/ s//CHANGE-THIS-TO-YOUR-TEXT-DOMAIN/' phpcs.xml
sed -i '/MY_DOMAIN/ s//minimalistflex/' phpcs.xml
mv phpcs.xml phpcs.xml.dist
- name: CPCS checks
uses: 10up/wpcs-action@stable