Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jul 6, 2024
1 parent 1a19498 commit 19f18d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/import-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: Check if patch contains any changes
id: check-patch
run: |
if [ -s syc-translations.patch ]
if [ -s sync-translations.patch ]
then
echo "Patch is empty"
echo "Patch is not empty"
echo "is-empty=0" >> "$GITHUB_OUTPUT"
else
echo "Patch is not empty"
echo "Patch is empty"
echo "is-empty=1" >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit 19f18d0

Please sign in to comment.