diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 2704f30..d678ffd 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -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 }}" \ No newline at end of file + run: echo "The time was ${{ steps.hello.outputs.time }}" + - name: podman + run: podman run -it --rm alpine:edge echo hello world \ No newline at end of file