Compare commits
2 commits
3d50094a20
...
9b6c784ac3
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b6c784ac3 | |||
| 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