Update .forgejo/workflows/demo.yml
All checks were successful
/ A job to say hello (push) Successful in 33s
All checks were successful
/ A job to say hello (push) Successful in 33s
This commit is contained in:
parent
325c0af7a4
commit
aabcc2ffcf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
name: A job to say hello
|
||||
steps:
|
||||
- name: podman
|
||||
run: docker run -it --rm alpine:edge echo hello world
|
||||
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@v5
|
||||
|
|
Loading…
Reference in a new issue