We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3e851 commit c1f9753Copy full SHA for c1f9753
1 file changed
action.yml
@@ -7,7 +7,7 @@ inputs:
7
description: The SQLite Cloud project connection string.
8
required: true
9
database:
10
- description: The name of the database to deploy on SQLite Cloud, by default it's documentation.sqlite.
+ description: The name of the database to use on SQLite Cloud, just remeber to create first a database on your project!
11
12
path:
13
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:
77
echo "${{ inputs.project-string }} incorrect project string"
78
exit 1
79
fi
80
- shell: bash
+ shell: bash
0 commit comments