@@ -41,7 +41,7 @@ if [ "$USE_TAILSCALE" = "1" ]; then
exit 1
fi
TS_STATUS=$(tailscale status --self --json 2>&1)
TS_STATUS=$(tailscale status --self --json 2>/dev/null)
if [ $? -ne 0 ]; then
echo "Error: tailscale not logged in" >&2
exit 1
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.