.forgejo/workflows/demo.yml aktualisiert
All checks were successful
Build / A job to say hello (push) Successful in 35s

This commit is contained in:
lubiana 2024-07-25 13:34:00 +00:00
parent aa289af22c
commit e351645b67

View file

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