Skip to content

run with inputs

run with inputs #1

Workflow file for this run

name: Run w/ inputs
on:
push:
workflow_dispatch:
jobs:
make-release:
runs-on: ubuntu-latest
steps:
- name: Test
run: echo "'$INPUT_TEST-INPUT'"
with:

Check failure on line 11 in .github/workflows/run-inputs.yml

View workflow run for this annotation

GitHub Actions / Run w/ inputs

Invalid workflow file

The workflow is not valid. .github/workflows/run-inputs.yml (Line: 11, Col: 9): Unexpected value 'with'
test-input: Lol