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

4
hello.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
echo "Hello from Gitea Actions!"
echo "Repository: $GITEA_REPOSITORY"
echo "Actor: $GITEA_ACTOR"