This commit is contained in:
parent
3d50094a20
commit
d0dc24b83c
2 changed files with 11 additions and 2 deletions
8
.forgejo/workflows/demo.yml
Normal file
8
.forgejo/workflows/demo.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ping:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo "Ping Pong, this is your runner speaking!"
|
||||||
|
|
@ -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 }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue