Skip to content

Add test for workflow parameters #1

Add test for workflow parameters

Add test for workflow parameters #1

Workflow file for this run

---
name: Parameter
on: workflow_dispatch
inputs:

Check failure on line 5 in .github/workflows/Parameter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Parameter.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
tag:
description: "Linux version tag"
required: true
default: "24.04"
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Output Tag
shell: bash
run: |
echo ${{ github.event.inputs.tag }}