This commit is contained in:
parent
0ed4e11dd7
commit
b8af617857
3 changed files with 3 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.
|
|
@ -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