Fix CI pipeline #4

Merged
TBSliver merged 1 commit from tbsliver/ci-fix into main 2025-03-07 15:47:48 +00:00
Showing only changes of commit cb5da03c08 - Show all commits

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