Compare commits
3 commits
d0dc24b83c
...
b8af617857
| Author | SHA1 | Date | |
|---|---|---|---|
| b8af617857 | |||
| 0ed4e11dd7 | |||
| 491486e500 |
4 changed files with 11 additions and 2 deletions
BIN
.forgejo/workflows/.demo.yml.swp
Normal file
BIN
.forgejo/workflows/.demo.yml.swp
Normal file
Binary file not shown.
BIN
.forgejo/workflows/.trigger.yml.swp
Normal file
BIN
.forgejo/workflows/.trigger.yml.swp
Normal file
Binary file not shown.
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:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo "Ping Pong, this is your runner speaking!"
|
||||
- run: echo "Printing Message: ${{ inputs.message }}"
|
||||
- run: |
|
||||
echo "Ping Pong, this is your runner speaking!"
|
||||
echo "Printing Message: ${{ inputs.message }}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue