Skip to content

Commit c1f9753

Browse files
authored
Update action.yml
1 parent 1a3e851 commit c1f9753

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
description: The SQLite Cloud project connection string.
88
required: true
99
database:
10-
description: The name of the database to deploy on SQLite Cloud, by default it's documentation.sqlite.
10+
description: The name of the database to use on SQLite Cloud, just remeber to create first a database on your project!
1111
required: true
1212
path:
1313
description: The path of the markdown files, by default it will parse every .md/.mdx file recursively starting from the working directory.
@@ -77,4 +77,4 @@ runs:
7777
echo "${{ inputs.project-string }} incorrect project string"
7878
exit 1
7979
fi
80-
shell: bash
80+
shell: bash

0 commit comments

Comments
 (0)