Update .forgejo/workflows/demo.yml
Some checks failed
/ A job to say hello (push) Failing after 11m22s
Some checks failed
/ A job to say hello (push) Failing after 11m22s
This commit is contained in:
parent
f616370be7
commit
0c9b875469
1 changed files with 8 additions and 2 deletions
|
@ -6,5 +6,11 @@ jobs:
|
||||||
runs-on: podman
|
runs-on: podman
|
||||||
name: A job to say hello
|
name: A job to say hello
|
||||||
steps:
|
steps:
|
||||||
- name: podman
|
- name: Hello world action step
|
||||||
run: podman run -it --rm alpine echo hello world
|
id: hello
|
||||||
|
uses: https://git.hannover.ccc.de/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 }}"
|
Loading…
Add table
Reference in a new issue