Compare commits

...

3 commits

Author SHA1 Message Date
b8af617857
Try again
All checks were successful
/ ping (pull_request) Successful in 1s
2025-03-07 16:05:23 +00:00
0ed4e11dd7
Change echo line
All checks were successful
/ ping (pull_request) Successful in 1s
2025-03-07 16:03:41 +00:00
491486e500
Add basic CI on PR
All checks were successful
/ ping (pull_request) Successful in 2s
2025-03-07 16:00:43 +00:00
4 changed files with 11 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

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

View file

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