initial impl

This commit is contained in:
2026-07-19 12:21:26 +02:00
commit e9b895366d
64 changed files with 4113 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
case "$1" in
*sername*) printf '%s\n' "$AGENTCI_GIT_USERNAME" ;;
*) printf '%s\n' "$AGENTCI_GIT_PASSWORD" ;;
esac