.forgejo/workflows/demo.yml aktualisiert

This commit is contained in:
lubiana 2023-10-11 20:39:42 +00:00
parent 9104cafa7e
commit f9938fde8b

View file

@ -1,7 +1,9 @@
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
runs-on: docker
container:
image: alpine:3.18
steps:
- run: echo "The job was automatically triggered by a ${{ forgejo.event_name }} event."
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"