This commit is contained in:
parent
826e8899fd
commit
f616370be7
1 changed files with 2 additions and 8 deletions
|
@ -6,11 +6,5 @@ jobs:
|
||||||
runs-on: podman
|
runs-on: podman
|
||||||
name: A job to say hello
|
name: A job to say hello
|
||||||
steps:
|
steps:
|
||||||
- name: Hello world action step
|
- name: podman
|
||||||
id: hello
|
run: podman run -it --rm alpine echo hello world
|
||||||
uses: https://git.hannover.ccc.de/gitlab/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…
Reference in a new issue