Update .forgejo/workflows/demo.yml
Some checks failed
/ A job to say hello (push) Failing after 4s

This commit is contained in:
Jonas 2024-06-26 20:10:00 +00:00
parent 4d3c3a1037
commit 256882d841

View file

@ -4,6 +4,8 @@ jobs:
env: env:
RUNNER_TOOL_CACHE: /toolcache RUNNER_TOOL_CACHE: /toolcache
runs-on: docker runs-on: docker
container:
image: alpine:latest
name: A job to say hello name: A job to say hello
steps: steps:
- name: Hello world action step - name: Hello world action step