.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
|
@ -20,4 +20,6 @@ jobs:
|
|||
who-to-greet: 'Mona the Octocat'
|
||||
# Use the output from the `hello` step
|
||||
- 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