Change echo line
All checks were successful
/ ping (pull_request) Successful in 1s

This commit is contained in:
Tom Bloor 2025-03-07 16:03:41 +00:00
parent 491486e500
commit 0ed4e11dd7
Signed by: TBSliver
GPG key ID: 4657C7EBE42CC5CC

View file

@ -11,4 +11,4 @@ jobs:
runs-on: docker
steps:
- run: echo "Ping Pong, this is your runner speaking!"
- run: echo "Printing Message: ${{ inputs.message }}"
- run: echo Printing Message: ${{ inputs.message }}