-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/allow setting ferretdbs telemetry (#3)
* feat: allow setting ferretdbs telemetry * chore: bump the action version
- Loading branch information
1 parent
7073a47
commit bbe8faf
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ This GitHub Action starts a FerretDB instance and a connected PostgreSQL databas | |
|
||
The FerretDB version can be specified using the `ferretdb-version` input. The default version is `latest`. You can find all available FerretDB versions on [GitHub](https://github.com/FerretDB/FerretDB/releases). | ||
|
||
The FerretDB telemetry can be enabled using the `ferretdb-telemetry` input. The default value is `disabled`. Learn more about FerretDB's telemetry [here](https://docs.ferretdb.io/telemetry/#configure-telemetry). | ||
|
||
## Usage | ||
|
||
```yaml | ||
|
@@ -27,7 +29,7 @@ jobs: | |
node-version: 18 | ||
|
||
- name: Start FerretDB | ||
uses: js-soft/[email protected].1 | ||
uses: js-soft/[email protected].2 | ||
with: | ||
ferretdb-version: 0.8.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters