Update .forgejo/workflows/demo.yml
This commit is contained in:
parent
a8e0227eeb
commit
de03b6bc57
1 changed files with 9 additions and 4 deletions
|
@ -4,8 +4,13 @@ jobs:
|
|||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
runs-on: docker
|
||||
name: A job to say hello
|
||||
steps:
|
||||
- run: ls -l /
|
||||
- run: ls -l /opt
|
||||
- run: echo 'lol' >> /opt/hostedtoolcache/omg.txt
|
||||
- run: cat /opt/hostedtoolcache/omg.txt
|
||||
- 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 }}"
|
Loading…
Reference in a new issue