Go to file
Piotr Rogowski 756f229b8b
Remove comments from signature
2023-05-16 01:15:51 +02:00
.github Initial commit 2022-11-03 22:27:23 +01:00
LICENSE Initial commit 2022-11-03 22:27:23 +01:00
README.md Initial commit 2022-11-03 22:27:23 +01:00
action.yml Remove comments from signature 2023-05-16 01:15:51 +02:00

README.md

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: "admin-uploader@example.com"
          password: "danger-to-manifold"
          path: "path/to.ini"
          ecosystem: "speeduino"