shit, actions are harder than I thought

This commit is contained in:
BritishTeapot 2025-03-15 16:29:17 +01:00
parent c62b224859
commit f143f0d82e

View File

@ -4,7 +4,8 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: debian
runs-on: ubuntu-latest
container: debian:bookworm
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"