.forgejo/workflows/demo.yml aktualisiert
Some checks failed
Build / A job to say hello (push) Failing after 36s
Some checks failed
Build / A job to say hello (push) Failing after 36s
This commit is contained in:
parent
17718528ad
commit
20df23bbfc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hello_world_job:
|
hello_world_job:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
name: A job to say hello
|
name: A job to say hello
|
||||||
steps:
|
steps:
|
||||||
- name: Hello world action step
|
- name: Hello world action step
|
||||||
|
|
Loading…
Reference in a new issue