workflow test
Some checks failed
Base image build / build (push) Failing after 0s

This commit is contained in:
2025-06-30 12:25:25 -07:00
parent 6ddfd54ac4
commit c35be7b861

View File

@@ -1,9 +1,9 @@
name: Gitea Actions Demo name: Base image build
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is building the docker base image.
on: [push] on: [push]
jobs: jobs:
Explore-Gitea-Actions: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."