diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 7e8a393..6e276da 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -6,6 +6,8 @@ jobs: runs-on: podman name: A job to say hello steps: + - name: podman + run: podman run -it --rm alpine:edge echo hello world - name: Hello world action step id: hello uses: https://git.hannover.ccc.de/lubiana/hello-world-podman@v4