From e351645b67ec4b317c749958f651cc9f21d3f800 Mon Sep 17 00:00:00 2001 From: lubiana Date: Thu, 25 Jul 2024 13:34:00 +0000 Subject: [PATCH] .forgejo/workflows/demo.yml aktualisiert --- .forgejo/workflows/demo.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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