Initial commit

This commit is contained in:
2026-06-25 09:31:16 +00:00
commit 120b83c904
5 changed files with 77 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
echo "Gitea Server Url: $GITEA_SERVER_URL"
echo "Gitea Repository: $GITEA_REPOSITORY"
echo "Gitea Token: $GITEA_TOKEN"
echo "Text: $TEXT"
echo "text=$TEXT" >> "$GITHUB_OUTPUT"