Added simple forgejo workflow #3
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/trigger.yml
Normal file
14
.forgejo/workflows/trigger.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
message:
|
||||
description: 'Some Message'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
ping:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo "Ping Pong, this is your runner speaking!"
|
||||
run: echo "Printing Message: {{ inputs.message }}"
|
||||
Loading…
Add table
Reference in a new issue