Add Git push smoke test

This commit is contained in:
Luno
2026-06-14 02:14:29 +09:00
commit 874085332f
2 changed files with 15 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Git Push Smoke Test
This repository verifies that the OpenClaw agent can create a local Git
repository and push commits to the configured Gitea server.
Run:
```sh
./hello.sh
```

5
hello.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
echo "Git push test succeeded."