Files
nspanel-lovelace-ui/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 11: mapping values are not allowed in this context
Johannes 656ef20887 .
2022-02-26 18:35:22 +01:00

11 lines
398 B
YAML

on: push
name: Publish tft file to http webserver
jobs:
curl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: curl
uses: wei/curl@v1
with:
args: -u ${{secrets.UPLOAD_USER}}:${{secrets.UPLOAD_PASSWORD}} -i -X POST -H "Content-Type: multipart/form-data" -F "data=@HMI/nspanel.tft" -F "git_hash=$GITHUB_SHA" ${{secrets.UPLOAD_URL}}