Skip to content

Commit 2fdc254

Browse files
committed
Add error notation
1 parent b60f27f commit 2fdc254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generateTranslations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Explain failure
2626
if: failure()
2727
run: |
28-
echo '😦Something you did broke scripts/generateTranslations.ts. Most likely, this means you added an import that caused react-native to be directly or indirectly imported into the script.'
28+
echo '::error:: 😦 Something you did broke scripts/generateTranslations.ts. Most likely, this means you added an import that caused react-native to be directly or indirectly imported into the script.'
2929
exit 1

0 commit comments

Comments
 (0)