lubitest/.forgejo/workflows/demo.yml
lubiana 594b8595ab
Some checks failed
/ A job to say hello (push) Failing after 42s
Update .forgejo/workflows/demo.yml
2024-07-25 16:10:25 +00:00

16 lines
No EOL
452 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.php.fail/lubiana/hello-world-podman@v2
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 }}"