Skip to content

Commit

Permalink
chore: job namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
preda-bogdan committed Jul 20, 2023
1 parent 9431fc6 commit 6c99521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run Podiff
id: translation_status
run: |
${GITHUB_WORKSPACE}/neve-fse-head/bin/pot-diff.sh ./neve-base/languages/neve.pot ./neve-head/languages/neve.pot $PERCENT_TRESHOLD
${GITHUB_WORKSPACE}/neve-fse-head/bin/pot-diff.sh ./neve-fse-base/languages/neve-fse.pot ./neve-fse-head/languages/neve-fse.pot $PERCENT_TRESHOLD
- name: Step require review
if: steps.translation_status.outputs.has_pot_diff != 'success'
uses: Automattic/action-required-review@v2
Expand Down

0 comments on commit 6c99521

Please sign in to comment.