Skip to content

komminarlabs/influxdb3-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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