.forgejo/workflows/demo.yml aktualisiert
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 5s

This commit is contained in:
lubiana 2023-10-11 20:55:52 +00:00
parent 2c57960670
commit 39eedeb7b6

View file

@ -3,7 +3,7 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: docker runs-on: docker
container: container:
image: alpine:3.18 image: node:16-bullseye
steps: steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - 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!" - run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"