Compare commits
No commits in common. "ebb3c13fe1b334aaab7b5c3bc6dbdeb01f3abd15" and "a299345d4cd02a8521e1811ae1c8bd38e7e83cf8" have entirely different histories.
ebb3c13fe1
...
a299345d4c
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
||||||
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