Skip to content

Parameter

Parameter #7

Workflow file for this run

---
name: Parameter
on:
workflow_dispatch:
inputs:
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 }}