added hello world action

This commit is contained in:
Dustin Brunner
2025-12-23 17:14:16 +01:00
parent 1746bd54a4
commit 83f4251b69
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
name: Hello Gitea Actions
on:
push:
branches:
- main
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Make script executable
run: chmod +x hello.sh
- name: Run hello script
run: ./hello.sh