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