This commit is contained in:
lubiana 2023-10-11 20:40:25 +00:00
parent f9938fde8b
commit d14f78a9b4

View file

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