Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 421 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 421 Bytes

influxdb3-action

This action installs and configures InfluxDB3 core.

Usage

See action.yaml

Setup and configure InfluxDB3

steps:
  - name: Check out repo
    uses: actions/checkout@v4

  - name: Setup InfluxDB3
    uses: komminarlabs/influxdb3-action@v0
    with:
      influxdb3_database: sensordata
      influxdb3_create_token: true