Fix CI pipeline

This commit is contained in:
Tom Bloor 2025-03-07 15:43:47 +00:00
parent ebb3c13fe1
commit cb5da03c08
Signed by: TBSliver
GPG key ID: 4657C7EBE42CC5CC

View file

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