Skip to content

Commit c630663

Browse files
committed
...
1 parent 83abf2b commit c630663

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/buildbug.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# EOF
7575

7676
- run: |
77-
cat << 'EOF' > EmojiNode.tsx
77+
cat <<'EOF' > EmojiNode.tsx
7878
import type {
7979
EditorConfig,
8080
LexicalNode,
@@ -159,7 +159,6 @@ jobs:
159159
const node = new EmojiNode(className, emojiText).setMode('token');
160160
return $applyNodeReplacement(node);
161161
}
162-
163162
EOF
164163
165164
- run: npm install

0 commit comments

Comments
 (0)