.forgejo/workflows/demo.yml aktualisiert
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 39s
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 39s
This commit is contained in:
parent
39eedeb7b6
commit
f12a375325
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ jobs:
|
|||
Explore-Gitea-Actions:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:16-bullseye
|
||||
image: node:20-bullseye
|
||||
steps:
|
||||
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
|
|
Loading…
Reference in a new issue