Compare commits

..

No commits in common. "ebb3c13fe1b334aaab7b5c3bc6dbdeb01f3abd15" and "a299345d4cd02a8521e1811ae1c8bd38e7e83cf8" have entirely different histories.

View file

@ -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 }}"