Skip to content

Commit 9fed5eb

Browse files
wip
1 parent 7f93f3c commit 9fed5eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/manual-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
workflow_dispatch:
55
inputs:
66
query:
7-
default: "import go\nfrom File f select f"
7+
default: |
8+
import go
9+
from File f select f
810
911
jobs:
1012
run-query:

0 commit comments

Comments
 (0)