test workflow for building out gitea based ci'
All checks were successful
Simple Docker Hello World Test / hello-world (push) Successful in 5s

This commit is contained in:
shockrah 2024-08-26 16:32:44 -07:00
parent 0a1f221b40
commit 7827745c11

View File

@ -0,0 +1,13 @@
name: Simple Docker Hello World Test
run-name: Tester workflow
on:
- push
jobs:
hello-world:
runs-on: gitea-main
container:
image: alpine
steps:
- run: echo "Target branch ${{ gitea.ref }}"