Compare commits

..

No commits in common. "9b6c784ac304088d0f4939b05187bbf730d444ab" and "3d50094a20dc6459172d59e067ab964dc353cf41" have entirely different histories.

2 changed files with 2 additions and 11 deletions

View file

@ -1,8 +0,0 @@
on:
pull_request:
jobs:
ping:
runs-on: docker
steps:
- run: echo "Ping Pong, this is your runner speaking!"

View file

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