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:
|
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