lubitest/.forgejo/workflows/demo.yml
lubiana 6c8e219ec9
Some checks failed
/ A job to say hello (push) Failing after 23s
Update .forgejo/workflows/demo.yml
2024-12-10 20:22:43 +00:00

16 lines
No EOL
459 B
YAML

on: [push]
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: podman
name: A job to say hello
steps:
- name: Hello world action step
id: hello
uses: https://git.hannover.ccc.de/lubiana/hello-world-podman@v4
with:
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 }}"