.gitea/workflows/demo.yaml aktualisiert
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 20s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 20s
This commit is contained in:
parent
6db6d105a5
commit
6f8eb8d352
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: default
|
||||
container:
|
||||
image: alpine:edge
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: cat /etc/os-release
|
||||
- run: apk add nodejs
|
||||
|
|
Loading…
Reference in a new issue