Authored-By: OpenAI (GPT-5) <noreply@openai.com>
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
case "$1" in
|
||||
*Username*) printf '%s\n' "$CI_BOT_USER" ;;
|
||||
*) printf '%s\n' "$CI_BOT_TOKEN" ;;
|
||||
esac
|
||||
Reference in New Issue
Block a user