mirror of
https://github.com/jadolg/rocketchat-notification-action.git
synced 2026-05-31 08:37:51 +00:00
Add logged in message
This commit is contained in:
@@ -27,6 +27,8 @@ if [ -z "$AUTH_TOKEN" ] || [ "$AUTH_TOKEN" = "null" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo -e "${GREEN}✓ Logged in${RESET} — ${USER}@${SERVER}"
|
||||
|
||||
RESPONSE=$(curl -s -X POST \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "X-Auth-Token: ${AUTH_TOKEN}" \
|
||||
|
||||
Reference in New Issue
Block a user