Files
actions_test/hello.sh
2025-12-23 17:14:16 +01:00

5 lines
107 B
Bash

#!/bin/sh
echo "Hello from Gitea Actions!"
echo "Repository: $GITEA_REPOSITORY"
echo "Actor: $GITEA_ACTOR"