Skip to content

test manual workflow #5

test manual workflow

test manual workflow #5

Workflow file for this run

name: Klass dev
on:
push:
workflow_dispatch:
inputs:
message:
description: "Which message?"
required: true
type: choice
options:
- "My name"
- "Your name"
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo ${{github.event.inputs.message}}