ini-upload-action/README.md

30 lines
551 B
Markdown
Raw Permalink Normal View History

2022-11-03 14:27:23 -07:00
# HyperTuner INI upload
GitHub Action for INI upload.
## Usage
`.github/workflows/upload-ini.yml`
```yaml
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"
```