5 lines
107 B
Bash
5 lines
107 B
Bash
#!/bin/sh
|
|
echo "Hello from Gitea Actions!"
|
|
echo "Repository: $GITEA_REPOSITORY"
|
|
echo "Actor: $GITEA_ACTOR"
|