Skip to content

Commit

Permalink
fix(*): added the fi to end of block
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush8923 committed Nov 25, 2024
1 parent 732810c commit 36a0e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-translations-poeditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
- name: Extract i18n keys
run: npm run extract-i18n

- name: Check if files were changed
id: check_changes
- name: Check if any files changed
run: |
if git diff --quiet; then
echo "No changes detected."
echo "changed=false" >> $GITHUB_ENV
else
echo "Changes detected."
echo "changed=true" >> $GITHUB_ENV
fi
- name: Commit file changes
if: env.changed == 'true'
Expand Down

0 comments on commit 36a0e6b

Please sign in to comment.