Skip to content

Update README.md

Update README.md #186

Workflow file for this run

name: Inputs
on:
workflow_dispatch:
inputs:
onnx_version:
description: 'Testing input'
required: true
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Get version
run: echo "Test input: ${{ parameters.onnx_version }}

Check failure on line 16 in .github/workflows/inputs.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/inputs.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16