Update .forgejo/workflows/demo.yml
All checks were successful
/ A job to say hello (push) Successful in 35s

This commit is contained in:
lubiana 2024-12-11 13:29:57 +00:00
parent 42ccef2c3b
commit 113ea7bd56

View file

@ -10,7 +10,7 @@ jobs:
run: podman run -it --rm alpine:edge echo hello world run: podman run -it --rm alpine:edge echo hello world
- name: Hello world action step - name: Hello world action step
id: hello id: hello
uses: https://git.php.fail/lubiana/hello-world-podman@v3 uses: https://git.hannover.ccc.de/lubiana/hello-world-podman@v5
with: with:
who-to-greet: 'Mona the Octocat' who-to-greet: 'Mona the Octocat'
# Use the output from the `hello` step # Use the output from the `hello` step