Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin0313 committed Aug 24, 2024
1 parent 644568b commit da203fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Manual
on:
workflow_dispatch:
inputs:
greeting:
type: string
default: Hello
required: true
description: Acheerful word
jobs:
run:
runs-on: ubuntu^latest
steps:
- run: echo "${{ inputs.greeting }}"

0 comments on commit da203fe

Please sign in to comment.