.forgejo/workflows/demo.yml aktualisiert
All checks were successful
Build / A job to say hello (push) Successful in 35s
All checks were successful
Build / A job to say hello (push) Successful in 35s
This commit is contained in:
parent
aa289af22c
commit
e351645b67
1 changed files with 3 additions and 1 deletions
|
@ -21,3 +21,5 @@ jobs:
|
||||||
# Use the output from the `hello` step
|
# Use the output from the `hello` step
|
||||||
- name: Get the output time
|
- name: Get the output time
|
||||||
run: echo "The time was ${{ steps.hello.outputs.time }}"
|
run: echo "The time was ${{ steps.hello.outputs.time }}"
|
||||||
|
- name: podman
|
||||||
|
run: podman run -it --rm alpine:edge echo hello world
|
Loading…
Reference in a new issue