Skip to content

HyperTuner INI upload

Actions
GitHub Action for INI upload
v1.0.1
Latest
Star (1)

Tags

 (1)

HyperTuner INI upload

GitHub Action for INI upload.

Usage

.github/workflows/upload-ini.yml

name: Upload INI

on: pull_request

jobs:
  upload:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Upload INI
        uses: hyper-tuner/ini-upload-action@v1
        with:
          api-url: "https://api.hypertuner.cloud"
          username: "[email protected]"
          password: "danger-to-manifold"
          path: "path/to.ini"
          ecosystem: "speeduino"

HyperTuner INI upload is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action for INI upload
v1.0.1
Latest

Tags

 (1)

HyperTuner INI upload is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.