Skip to content

Commit f91a563

Browse files
committed
ci: fix translation download
1 parent 1090fe5 commit f91a563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crowdin-export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check exporting logs
3333
if: always()
3434
run: |
35-
if grep -q "[CROWDIN-ERROR]" /tmp/export-output.log; then
35+
if grep -q -F "[CROWDIN-ERROR]" /tmp/export-output.log; then
3636
echo "::error:: Found errors in export logs"
3737
exit 1
3838
else

0 commit comments

Comments
 (0)