Update .forgejo/workflows/demo.yml
Some checks failed
/ A job to say hello (push) Failing after 20s

This commit is contained in:
Jonas 2024-12-11 13:42:28 +00:00
parent 6964b89695
commit e4ec0f17e2

View file

@ -9,7 +9,7 @@ jobs:
name: A job to say hello
steps:
- name: podman
run: podman run -it --rm alpine:edge echo hello world
run: docker 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@v5