Compare commits
No commits in common. "9b6c784ac304088d0f4939b05187bbf730d444ab" and "3d50094a20dc6459172d59e067ab964dc353cf41" have entirely different histories.
9b6c784ac3
...
3d50094a20
2 changed files with 2 additions and 11 deletions
|
|
@ -1,8 +0,0 @@
|
|||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
ping:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo "Ping Pong, this is your runner speaking!"
|
||||
|
|
@ -10,6 +10,5 @@ jobs:
|
|||
ping:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: |
|
||||
echo "Ping Pong, this is your runner speaking!"
|
||||
echo "Printing Message: ${{ inputs.message }}"
|
||||
- run: echo "Ping Pong, this is your runner speaking!"
|
||||
- run: echo "Printing Message: ${{ inputs.message }}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue